SdpAnswer

data class SdpAnswer(val type: ReceivableEventType, val data: SdpAnswer.Data) : ReceivableEvent

Constructors

Link copied to clipboard
constructor(type: ReceivableEventType, data: SdpAnswer.Data)

Types

Link copied to clipboard
data class Data(val type: String, val sdp: String, val midToTrackId: Map<String, String>)

Properties

Link copied to clipboard
Link copied to clipboard