Package org.openapitools.client.models
Class JoinCallRequest
-
- All Implemented Interfaces:
public final class JoinCallRequest
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringlocationprivate final Booleancreateprivate final CallRequestdataprivate final IntegermembersLimitprivate final StringmigratingFromprivate final Booleannotifyprivate final Booleanring
-
Constructor Summary
Constructors Constructor Description JoinCallRequest(String location, Boolean create, CallRequest data, Integer membersLimit, String migratingFrom, Boolean notify, Boolean ring)
-
Method Summary
Modifier and Type Method Description final StringgetLocation()final BooleangetCreate()final CallRequestgetData()final IntegergetMembersLimit()final StringgetMigratingFrom()final BooleangetNotify()final BooleangetRing()-
-
Constructor Detail
-
JoinCallRequest
JoinCallRequest(String location, Boolean create, CallRequest data, Integer membersLimit, String migratingFrom, Boolean notify, Boolean ring)
- Parameters:
create- if true the call will be created if it doesn't existmigratingFrom- If the participant is migrating from another SFU, then this is the ID of the previous SFUring- if true and the call is created, the notification will include ring=true
-
-
Method Detail
-
getLocation
final String getLocation()
-
getData
final CallRequest getData()
-
getMembersLimit
final Integer getMembersLimit()
-
getMigratingFrom
final String getMigratingFrom()
-
-
-
-