$CallClient class
Constructors
-
$CallClient($Client _rootClient)
-
Creates a new
DynamiteClient
for call requests.
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$getPeersForCall_Request({required String token, CallGetPeersForCallApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
Get the peers for a call.
-
$getPeersForCall_Serializer()
→ DynamiteSerializer<CallGetPeersForCallResponseApplicationJson, void>
-
Builds a serializer to parse the response of $getPeersForCall_Request.
-
$joinCall_Request({required String token, int? flags, int? forcePermissions, CallJoinCallSilent? silent, CallJoinCallRecordingConsent? recordingConsent, CallJoinCallApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
Join a call.
-
$joinCall_Serializer()
→ DynamiteSerializer<CallJoinCallResponseApplicationJson, void>
-
Builds a serializer to parse the response of $joinCall_Request.
-
$leaveCall_Request({required String token, CallLeaveCallAll? all, CallLeaveCallApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
Leave a call.
-
$leaveCall_Serializer()
→ DynamiteSerializer<CallLeaveCallResponseApplicationJson, void>
-
Builds a serializer to parse the response of $leaveCall_Request.
-
$ringAttendee_Request({required String token, required int attendeeId, CallRingAttendeeApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
Ring an attendee.
-
$ringAttendee_Serializer()
→ DynamiteSerializer<CallRingAttendeeResponseApplicationJson, void>
-
Builds a serializer to parse the response of $ringAttendee_Request.
-
$sipDialOut_Request({required String token, required int attendeeId, CallSipDialOutApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
Call a SIP dial-out attendee.
-
$sipDialOut_Serializer()
→ DynamiteSerializer<CallSipDialOutResponseApplicationJson, void>
-
Builds a serializer to parse the response of $sipDialOut_Request.
-
$updateCallFlags_Request({required int flags, required String token, CallUpdateCallFlagsApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
Update the in-call flags.
-
$updateCallFlags_Serializer()
→ DynamiteSerializer<CallUpdateCallFlagsResponseApplicationJson, void>
-
Builds a serializer to parse the response of $updateCallFlags_Request.
-
getPeersForCall({required String token, CallGetPeersForCallApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<CallGetPeersForCallResponseApplicationJson, void>>
-
Get the peers for a call.
-
joinCall({required String token, int? flags, int? forcePermissions, CallJoinCallSilent? silent, CallJoinCallRecordingConsent? recordingConsent, CallJoinCallApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<CallJoinCallResponseApplicationJson, void>>
-
Join a call.
-
leaveCall({required String token, CallLeaveCallAll? all, CallLeaveCallApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<CallLeaveCallResponseApplicationJson, void>>
-
Leave a call.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
ringAttendee({required String token, required int attendeeId, CallRingAttendeeApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<CallRingAttendeeResponseApplicationJson, void>>
-
Ring an attendee.
-
sipDialOut({required String token, required int attendeeId, CallSipDialOutApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<CallSipDialOutResponseApplicationJson, void>>
-
Call a SIP dial-out attendee.
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateCallFlags({required int flags, required String token, CallUpdateCallFlagsApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<CallUpdateCallFlagsResponseApplicationJson, void>>
-
Update the in-call flags.