RemoteParticipant

data class RemoteParticipant(val cid: String, val videoEnabled: Boolean, val connectionState: SerenadaPeerConnectionState)

Constructors

Link copied to clipboard
constructor(cid: String, videoEnabled: Boolean, connectionState: SerenadaPeerConnectionState)

Properties

Link copied to clipboard
val cid: String
Link copied to clipboard