コード例 #1
0
ファイル: PartyHub.cs プロジェクト: hibroseph/SpotSync
        public async Task WebPlayerInitialized(string device_id)
        {
            PartyGoer partyGoer = await _partyGoerService.GetCurrentPartyGoerAsync();

            partyGoer.AddPerferredDeviceId(device_id);

            await _partyService.SyncListenerWithSongAsync(partyGoer);
        }