loadbalancingClient.OpJoinOrCreateRoom() has

Options
This method has in its RoomParams argument

CreateIfNotExists

Does this need set? It seems to be what the method does.

Answers

  • Tobias
    Options
    You could look at the code of the Realtime API. It's the second line in OpJoinOrCreateRoom(EnterRoomParams enterRoomParams).

    It will set enterRoomParams.CreateIfNotExists = true, yes.