Floor Revoke
class FloorRevoke( val sessionId: String, val floorState: Int, val revokeReason: FloorRevokeReason) : FloorControlStatus
Content copied to clipboard
Event to be received when the floor is taken by someone else. sessionId : the related session id The floorState can be one of the values described in STWPTTCall.STWVCallFloorState
Constructors
Link copied to clipboard
fun FloorRevoke( sessionId: String, floorState: Int, revokeReason: FloorRevokeReason)
Content copied to clipboard