![]() |
PortSIP VoIP SDK Manual for iOS
16.2
PortSIP features our newest, supported, quality-assured VoIP SDK used by Several hundred companies around the world for easy VoIP application develop and quality-assured code.
|
Functions | |
(int) | - PortSIPSDK::createAudioConference |
Create an audio conference. More... | |
(int) | - PortSIPSDK::createVideoConference:videoWidth:videoHeight:displayLocalVideo: |
Create a video conference. More... | |
(void) | - PortSIPSDK::destroyConference |
Destroy the existent conference. | |
(int) | - PortSIPSDK::setConferenceVideoWindow: |
Set the window for a conference that is used to display the received remote video image. More... | |
(int) | - PortSIPSDK::joinToConference: |
Join a session into existent conference. If the call is in hold, please un-hold first. More... | |
(int) | - PortSIPSDK::removeFromConference: |
Remove a session from an existent conference. More... | |
- (int) createAudioConference |
Create an audio conference.
- (int) createVideoConference: | (PortSIPVideoRenderView *) | conferenceVideoWindow | |
videoWidth: | (int) | videoWidth | |
videoHeight: | (int) | videoHeight | |
displayLocalVideo: | (BOOL) | displayLocalVideoInConference | |
Create a video conference.
conferenceVideoWindow | The PortSIPVideoRenderView used for displaying the conference video. |
videoWidth | The conference video width. |
videoHeight | The conference video height. |
displayLocalVideoInConference | Display the local video on video window. |
- (int) setConferenceVideoWindow: | (PortSIPVideoRenderView *) | conferenceVideoWindow |
Set the window for a conference that is used to display the received remote video image.
conferenceVideoWindow | The PortSIPVideoRenderView used to display the conference video. |
- (int) joinToConference: | (long) | sessionId |
Join a session into existent conference. If the call is in hold, please un-hold first.
sessionId | Session ID of the call. |
- (int) removeFromConference: | (long) | sessionId |
Remove a session from an existent conference.
sessionId | Session ID of the call. |