We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2468b commit d920a80Copy full SHA for d920a80
Assets/Scripts/Gameplay/UI/Session/SessionUIMediator.cs
@@ -169,7 +169,7 @@ public async void JoinSessionRequest(ISessionInfo sessionInfo)
169
170
m_ConnectionManager.StartClientSession(m_LocalUser.DisplayName);
171
172
- var result = await m_MultiplayerServicesFacade.TryJoinSessionByNameAsync(sessionInfo.Id);
+ var result = await m_MultiplayerServicesFacade.TryJoinSessionByIdAsync(sessionInfo.Id);
173
174
HandleSessionJoinResult(result);
175
}
0 commit comments