How to get current participant id in onRoomConnceted method? Previously I used myId = room.getParticipantId(getGamesClient().getCurrentPlayerId()); in new update it's not available and how to manage this if not available..?

有帮助吗?

解决方案

I found the answer here it is

myId = room.getParticipantId(Games.Players.getCurrentPlayerId(getApiClient()));
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top