zdk.objc
|
Instance Methods | |
(id< ZDKResult >) | - addCall: |
Adds a call to the conference. More... | |
(id< ZDKResult >) | - removeCall:hangUp: |
Removes a call from the conference. More... | |
(id< ZDKResult >) | - muteCall: |
Mute a call in the conference. More... | |
(id< ZDKResult >) | - unmuteCall: |
Unmute a call in the conference. More... | |
(BOOL) | - isCallFromConference: |
Checks if a call is part of conference. More... | |
(id< ZDKResult >) | - acquireVideoSinkMngrFromCall: |
Acquire video sink from call. More... | |
(void) | - setConferenceEventsListener: |
Set Conference Events Listener. More... | |
(void) | - dropConferenceEventsListener: |
Drops Conference Events Listener. More... | |
(NSString *) | - handlesDescription |
![]() | |
(void) | - setCallStatusListener: |
Sets Call status listener. More... | |
(void) | - dropCallStatusListener: |
Drops Call status listener. More... | |
(void) | - dropAllEventListeners |
Drops all event listeners. | |
(void) | - setVideoRendererNotificationsListener: |
(id< ZDKResult >) | - ringing |
Notifies the remote party that we are ringing (incoming calls) More... | |
(id< ZDKResult >) | - acceptCall |
Accepts an incoming call. More... | |
(id< ZDKResult >) | - hangUp |
Hang up the call. More... | |
(id< ZDKCall >) | - acceptCallTransfer |
Accept a call transfer request. More... | |
(id< ZDKResult >) | - rejectCallTransfer |
Rejects a call transfer request. More... | |
(id< ZDKResult >) | - attendedTransfer: |
Initiates an attended call transfer. More... | |
(id< ZDKResult >) | - blindTransfer: |
Initiates an unattended call transfer. More... | |
(id< ZDKResult >) | - acceptVideo: |
Accepts an incoming offer for video. More... | |
(id< ZDKResult >) | - offerVideo |
Offers Video. More... | |
(void) | - sendVideoFrame:byteCount:type: |
Send a video frame over the network. More... | |
(id< ZDKResult >) | - videoToggleCamera |
Toggles the camera. More... | |
(ZDKCameraSensorLocation) | - videoGetCameraLocation |
Provides Camera location. More... | |
(id< ZDKResult >) | - restartVideoCapture |
Restart Video capture. More... | |
(BOOL) | - hasVideo: |
Gets if video is present. More... | |
(void) | - stopHandlingVoipPhoneCallEvents |
Stops handling Call events. | |
(void) | - startHandlingVoipPhoneCallEvents |
Start handling Call events. | |
(id< ZDKResult >) | - notifyAccountOfOwnershipChange |
Notify upon Account ownership changes. More... | |
(id< ZDKResult >) | - sendDTMF: |
Sends a DTMF signal over a call. More... | |
(id< ZDKResult >) | - startRecording |
Start recording call. More... | |
(id< ZDKResult >) | - stopRecording |
Stop recording. More... | |
(id< ZDKResult >) | - enableZrtp: |
Enables ZRTP. More... | |
(id< ZDKResult >) | - confirmZrtpSas: |
Enables ZRTP. More... | |
(id< ZDKResult >) | - configureCallRecordFormat: |
Configures a call recording's encoding format and its specific settings. More... | |
(NSString *) | - handlesDescription |
![]() | |
(long int) | - handle |
(void) | - initialize |
(void) | - releaseReference |
(NSString *) | - handlesDescription |
Properties | |
long int | conferenceHandle |
Gets conference handle. More... | |
int | callsCount |
Gives the number of calls in conference. More... | |
NSArray< id< ZDKCall > > * | calls |
Gives list with all calls in conference. More... | |
![]() | |
long int | callHandle |
Gets call handle. More... | |
id< ZDKBrandingInfo > _Nullable | branding |
id< ZDKCallStatus > | status |
Provides the Call's status information. More... | |
NSString * | calleeNumber |
Provides the Callee number. More... | |
NSString * | calleeName |
Provides the Callee name. More... | |
ZDKAudioVideoCodecs | codecInUse |
Provides the used codec. More... | |
BOOL | onSpeaker |
Sets the speakers state. More... | |
BOOL | held |
Sets the hold state. More... | |
BOOL | muted |
Sets the Mute state of the local input device. More... | |
id< ZDKVideoCallInfo > _Nullable | videoCallInfo |
Gets Video call information. More... | |
BOOL | isFirstClass |
id< ZDKAccount > | owner |
Returns the account owner. More... | |
NSString * | recordFileName |
Sets the record file name. More... | |
Acquire video sink from call.
[in] | call | The call which video sink to be aquired |
- (void) dropConferenceEventsListener: | (id< ZDKConferenceEventsHandler >) | confEventHandler |
Drops Conference Events Listener.
[in] | confEventHandler | The conference event handler |
- (NSString *) handlesDescription |
Reimplemented from <ZDKCall>.
- (BOOL) isCallFromConference: | (long int) | hCall |
Checks if a call is part of conference.
[in] | hCall | The call to be checked |
- (void) setConferenceEventsListener: | (id< ZDKConferenceEventsHandler >) | confEventHandler |
Set Conference Events Listener.
[in] | confEventHandler | The conference event handler |
|
readnonatomicassign |
Gives list with all calls in conference.
|
readnonatomicassign |
Gives the number of calls in conference.
|
readnonatomicassign |
Gets conference handle.
The function returns the conference handler