zdk.objc
Instance Methods | List of all members
<ZDKOSCallCordinatorEventsHandler> Protocol Reference
Inheritance diagram for <ZDKOSCallCordinatorEventsHandler>:
<ZDKEventHandle>

Instance Methods

(void) - onAcceptCallRequest:acceptedMedia:
 Notify upon Accept Call request occurs. More...
 
(void) - onRejectCallRequest:rejectionReason:
 Notify upon Call Reject request occurs. More...
 
(void) - onHoldCallRequest:origin:
 Notify upon Hold Call request occurs. More...
 
(void) - onResumeCallRequest:origin:
 Notify upon Resume Call request occurs. More...
 
(void) - onEndCallRequest:origin:
 Notify upon End Call request occurs. More...
 
(NSString *) - handlesDescription
 
- Instance Methods inherited from <ZDKEventHandle>
(long int) - eventHandle
 
(NSString *) - handlesDescription
 

Method Documentation

◆ handlesDescription

- (NSString *) handlesDescription
optional

Reimplemented from <ZDKEventHandle>.

◆ onAcceptCallRequest:acceptedMedia:

- (void) onAcceptCallRequest: (id< ZDKOSCallCoordinator >)  coordinator
acceptedMedia: (ZDKCallMediaChannel)  acceptedMedia 
optional

Notify upon Accept Call request occurs.

Parameters
[in]coordinatorThe cordinator
[in]acceptedMediaThe type of media ( audio or video )
See also
ZDKOSCallCoordinator, ZDKCallMediaChannel

◆ onEndCallRequest:origin:

- (void) onEndCallRequest: (id< ZDKOSCallCoordinator >)  coordinator
origin: (ZDKOriginType)  origin 
optional

Notify upon End Call request occurs.

Parameters
[in]coordinatorThe cordinator
[in]originThe origin of the request
See also
ZDKOSCallCoordinator, ZDKOriginType

◆ onHoldCallRequest:origin:

- (void) onHoldCallRequest: (id< ZDKOSCallCoordinator >)  coordinator
origin: (ZDKOriginType)  origin 
optional

Notify upon Hold Call request occurs.

Parameters
[in]coordinatorThe cordinator
[in]originThe origin of the request
See also
ZDKOSCallCoordinator, ZDKOriginType

◆ onRejectCallRequest:rejectionReason:

- (void) onRejectCallRequest: (id< ZDKOSCallCoordinator >)  coordinator
rejectionReason: (ZDKOSCallRejectionReason)  rejectionReason 
optional

Notify upon Call Reject request occurs.

Parameters
[in]coordinatorThe cordinator
[in]rejectionReasonThe rejection reason
See also
ZDKOSCallCoordinator, ZDKOSCallRejectionReason

◆ onResumeCallRequest:origin:

- (void) onResumeCallRequest: (id< ZDKOSCallCoordinator >)  coordinator
origin: (ZDKOriginType)  origin 
optional

Notify upon Resume Call request occurs.

Parameters
[in]coordinatorThe cordinator
[in]originThe origin of the request
See also
ZDKOSCallCoordinator, ZDKOriginType

The documentation for this protocol was generated from the following file: