Our new developer documentation is now available. Please check it out!
OdinClient.CreateRoom
public Room CreateRoom(uint samplerate, bool stereo)
Create a room for the set gateway.
Info
This is for testing and not intended for production. Access key should never be client side.
Parameters
Name | Type | Description |
---|---|---|
samplerate | UInt32 | room default samplerate fallback |
stereo | Boolean | room default stereo flag fallback |
Returns
Type | Description |
---|---|
Room | Room object with a connection |