Our new developer documentation is now available. Please check it out!
RoomConfig
Warning
Version 1.1.0 is deprecated and will be removed in the future and is not being supported for new users. Please update to the latest version as soon as possible.
public class RoomConfig
A set of values that are used when creating Rooms
Properties
Name | Type | Description |
---|---|---|
AccessKey | String | Room associated AccessKey |
TokenLifetime | UInt64 | Room associated Token lifetime |
Name | String | Room name |
Token | String | Room token |
Server | String | Room associated endpoint |
HasEventCallbacks | Boolean | true if Room where set and registered in ODIN ffi |
ApmConfig | OdinRoomConfig | Configuration for NativeBindings |
PlaybackMediaConfig | OdinMediaConfig | Configuration for Media on new medias |
Public Methods
Name | Description |
---|---|
ToString | Debug |