AgoraRtmCallManager class

Constructors

AgoraRtmCallManager(int _clientIndex)

Properties

hashCode int
The hash code for this object.
no setterinherited
onError ↔ (void Function(dynamic error)?)
Occurs when you receive error events.
getter/setter pair
onLocalInvitationAccepted ↔ (void Function(LocalInvitation localInvitation, String response)?)
Callback to the caller: occurs when the caller accepts the call invitation.
getter/setter pair
onLocalInvitationCanceled ↔ (void Function(LocalInvitation localInvitation)?)
Callback to the caller: occurs when the caller cancels a call invitation.
getter/setter pair
onLocalInvitationFailure ↔ (void Function(LocalInvitation localInvitation, int errorCode)?)
Callback to the caller: occurs when the life cycle of the outgoing call invitation ends in failure.
getter/setter pair
onLocalInvitationReceivedByPeer ↔ (void Function(LocalInvitation localInvitation)?)
Callback to the caller: occurs when the caller receives the call invitation.
getter/setter pair
onLocalInvitationRefused ↔ (void Function(LocalInvitation localInvitation, String response)?)
Callback to the caller: occurs when the caller declines the call invitation.
getter/setter pair
onRemoteInvitationAccepted ↔ (void Function(RemoteInvitation remoteInvitation)?)
Callback to the caller: occurs when the callee accepts the call invitation.
getter/setter pair
onRemoteInvitationCanceled ↔ (void Function(RemoteInvitation remoteInvitation)?)
Callback to the caller: occurs when the caller cancels a call invitation.
getter/setter pair
onRemoteInvitationFailure ↔ (void Function(RemoteInvitation remoteInvitation, int errorCode)?)
Callback to the caller: occurs when the life cycle of the outgoing call invitation ends in failure.
getter/setter pair
onRemoteInvitationReceived ↔ (void Function(RemoteInvitation remoteInvitation)?)
Callback to the caller: occurs when the callee receives the call invitation.
getter/setter pair
onRemoteInvitationRefused ↔ (void Function(RemoteInvitation remoteInvitation)?)
Callback to the caller: occurs when the callee declines the call invitation.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

acceptRemoteInvitation(RemoteInvitation remoteInvitation) Future<void>
Allows the callee to accept a call invitation.
cancelLocalInvitation(LocalInvitation localInvitation) Future<void>
Allows the caller to cancel a call invitation.
createLocalInvitation(String calleeId) Future<LocalInvitation>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refuseRemoteInvitation(RemoteInvitation remoteInvitation) Future<void>
Allows the callee to decline a call invitation.
release() Future<void>
sendLocalInvitation(LocalInvitation localInvitation) Future<void>
Allows the caller to send a call invitation to the callee.
toString() String
A string representation of this object.
inherited

Operators

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