PinsUpdatedEvent

data class PinsUpdatedEvent(val pins: List<PinUpdate>) : SfuDataEvent

Constructors

Link copied to clipboard
constructor(pins: List<PinUpdate>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
open override fun getEventType(): String