WebRtcCreateTransportModel

@Serializable
data class WebRtcCreateTransportModel(var id: String? = null, var iceParameters: IceParameters? = null, var iceCandidates: List<IceCandidate>? = null, var dtlsParameters: DtlsParameters? = null, var producing: Boolean? = null) : BasePayloadModel

response for OutboundMeetingEventType.CREATE_WEB_RTC_TRANSPORT

Constructors

Link copied to clipboard
constructor(id: String? = null, iceParameters: IceParameters? = null, iceCandidates: List<IceCandidate>? = null, dtlsParameters: DtlsParameters? = null, producing: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var id: String?
Link copied to clipboard