Offer

@Serializable
data class Offer(val sdp: String, val type: CallEventContent.Invite.OfferType)

Constructors

Link copied to clipboard
constructor(sdp: String, type: CallEventContent.Invite.OfferType)

Properties

Link copied to clipboard
@SerialName(value = "sdp")
val sdp: String
Link copied to clipboard
@SerialName(value = "type")
val type: CallEventContent.Invite.OfferType