WatchRTCConfig

class WatchRTCConfig(    val rtcApiKey: String,     val rtcRoomId: String,     val rtcPeerId: String,     keys: HashMap<String, ArrayList<String>>? = null,     var proxyUrl: String? = null)

Parameters

rtcApiKey

WatchRTC api key

rtcPeerId

Peer connection id

rtcRoomId

RTC room id

keys

optional key-value pairs to be sent to WatchRTC's backend

Constructors

Link copied to clipboard
fun WatchRTCConfig(    rtcApiKey: String,     rtcRoomId: String,     rtcPeerId: String,     keys: HashMap<String, ArrayList<String>>? = null,     proxyUrl: String? = null)

Properties

Link copied to clipboard
var proxyUrl: String? = null
Link copied to clipboard
@SerializedName(value = "rtcApiKey")
val rtcApiKey: String
Link copied to clipboard
@SerializedName(value = "rtcPeerId")
val rtcPeerId: String
Link copied to clipboard
@SerializedName(value = "rtcRoomId")
val rtcRoomId: String