$CallClient class

Constructors

$CallClient.new($Client _rootClient)

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({required String token, CallGetPeersForCallApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<CallGetPeersForCallResponseApplicationJson, void>>
Get the peers for a call.
getPeersForCallRaw({required String token, CallGetPeersForCallApiVersion? apiVersion, bool? oCSAPIRequest}) DynamiteRawResponse<CallGetPeersForCallResponseApplicationJson, void>
Get the peers for a call.
joinCall({required String token, CallJoinCallFlags? flags, CallJoinCallForcePermissions? forcePermissions, int? silent, int? recordingConsent, CallJoinCallApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<CallJoinCallResponseApplicationJson, void>>
Join a call.
joinCallRaw({required String token, CallJoinCallFlags? flags, CallJoinCallForcePermissions? forcePermissions, int? silent, int? recordingConsent, CallJoinCallApiVersion? apiVersion, bool? oCSAPIRequest}) DynamiteRawResponse<CallJoinCallResponseApplicationJson, void>
Join a call.
leaveCall({required String token, int? all, CallLeaveCallApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<CallLeaveCallResponseApplicationJson, void>>
Leave a call.
leaveCallRaw({required String token, int? all, CallLeaveCallApiVersion? apiVersion, bool? oCSAPIRequest}) DynamiteRawResponse<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.
ringAttendeeRaw({required String token, required int attendeeId, CallRingAttendeeApiVersion? apiVersion, bool? oCSAPIRequest}) DynamiteRawResponse<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.
sipDialOutRaw({required String token, required int attendeeId, CallSipDialOutApiVersion? apiVersion, bool? oCSAPIRequest}) DynamiteRawResponse<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.
updateCallFlagsRaw({required int flags, required String token, CallUpdateCallFlagsApiVersion? apiVersion, bool? oCSAPIRequest}) DynamiteRawResponse<CallUpdateCallFlagsResponseApplicationJson, void>
Update the in-call flags.

Operators

operator ==(Object other) bool
The equality operator.
inherited