This documentation is for Unity SDK 1.x through 3.x. If you are using Unity SDK 4.x or above, please visit our new documentation.

Ask a Question

Ask a Question
Back to all

How do I create a room handle from the CreateRoom response?

How do I create a room handle from the CreateRoom response? I tried var roomHandle = new RoomHandle(chatInfo, null); but I get an error about not being able to register services.