CallUserState

data class CallUserState(val trackIdPrefix: String, val online: Boolean, val audio: Boolean, val video: Boolean)

Constructors

Link copied to clipboard
constructor(trackIdPrefix: String, online: Boolean, audio: Boolean, video: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Inherited functions

Link copied to clipboard

Merges that into this CallUserState to absorb as much data as possible from both instances.