ByeResponse

data class ByeResponse(val callId: UUID) : ReceivedResult

Constructors

Link copied to clipboard
constructor(callId: UUID)

Properties

Link copied to clipboard
@SerializedName(value = "sessid")
val callId: UUID