Types

Link copied to clipboard
@Serializable
class CallJoinData(val peerMetaData: PeerMetaData) : EventData
Link copied to clipboard
@Serializable
object EmptyData : EventData
Link copied to clipboard
Link copied to clipboard
@Serializable
class ParticipantRoleData(val participantRole: String) : EventData
Link copied to clipboard
@Serializable
class PingStatsData(val producingTransportStats: TransportStatistics?, val consumingTransportStats: TransportStatistics?, val producerStats: List<ProducerStatistics>?, val consumerStats: List<ConsumerStatistics>?) : EventData
Link copied to clipboard
@Serializable
class PreCallTestData(val connectionInfo: NetworkInformation?) : EventData
Link copied to clipboard
@Serializable
class RegionalNetworkQualityTestData(val networkResults: NetworkQualityInformation) : EventData