JoinCallRequest
constructor(@Json(name = "location") location: String, @Json(name = "create") create: Boolean? = null, @Json(name = "data") data: CallRequest? = null, @Json(name = "members_limit") membersLimit: Int? = null, @Json(name = "migrating_from") migratingFrom: String? = null, @Json(name = "notify") notify: Boolean? = null, @Json(name = "ring") ring: Boolean? = null)
Parameters
location
create
if true the call will be created if it doesn't exist
data
membersLimit
migratingFrom
If the participant is migrating from another SFU, then this is the ID of the previous SFU
notify
ring
if true and the call is created, the notification will include ring=true