FloorOwnerUpdated

class FloorOwnerUpdated(val sessionId: String, val floorOwnerName: String) : FloorEvent

Event to be received when the floor owner name is changed. This can happen for external users connected to a PTT session

Constructors

Link copied to clipboard
fun FloorOwnerUpdated(sessionId: String, floorOwnerName: String)

Properties

Link copied to clipboard
val floorOwnerName: String

Inherited properties

Link copied to clipboard
val createdAt: Date
Link copied to clipboard
val eventType: String
Link copied to clipboard
val sessionId: String
Link copied to clipboard
var type: String