JoinCallRequest

data class JoinCallRequest(@Json(name = "location") val location: String, @Json(name = "create") val create: Boolean? = null, @Json(name = "members_limit") val membersLimit: Int? = null, @Json(name = "migrating_from") val migratingFrom: String? = null, @Json(name = "migrating_from_list") val migratingFromList: List<String>? = null, @Json(name = "notify") val notify: Boolean? = null, @Json(name = "ring") val ring: Boolean? = null, @Json(name = "video") val video: Boolean? = null, @Json(name = "data") val data: CallRequest? = null, @Json(name = "hint_high_scale_livestream_publisher") val hintHighScaleLivestreamPublisher: Boolean? = null)

Constructors

Link copied to clipboard
constructor(@Json(name = "location") location: String, @Json(name = "create") create: Boolean? = null, @Json(name = "members_limit") membersLimit: Int? = null, @Json(name = "migrating_from") migratingFrom: String? = null, @Json(name = "migrating_from_list") migratingFromList: List<String>? = null, @Json(name = "notify") notify: Boolean? = null, @Json(name = "ring") ring: Boolean? = null, @Json(name = "video") video: Boolean? = null, @Json(name = "data") data: CallRequest? = null, @Json(name = "hint_high_scale_livestream_publisher") hintHighScaleLivestreamPublisher: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard