iOS API
|
Provide interfaces for outgoing calls and Call Room Device. More...
#import <MobileRTCMeetingService+Customize.h>
Instance Methods | |
(void) | - customizeMeetingTitle: |
Set to customize the meeting title which will be displayed in the meeting bar. More... | |
(BOOL) | - setMeetingTopic: |
Set to customize the meeting topic which will be displayed in the meeting info view. More... | |
(BOOL) | - isDialOutSupported |
Query if user can dial out in the meeting. More... | |
(BOOL) | - isDialOutInProgress |
Query if there is any outgoing call in process. More... | |
(BOOL) | - dialOut:isCallMe:withName: |
Start to dial out. More... | |
(BOOL) | - cancelDialOut: |
Cancel to dial out. More... | |
(BOOL) | - isCallRoomDeviceSupported |
Query if it is able to Call Room device(H.323). More... | |
(BOOL) | - isCallingRoomDevice |
Query if it is in process to call room device. More... | |
(BOOL) | - cancelCallRoomDevice |
Cancel to call room device. More... | |
(nullable NSArray *) | - getIPAddressList |
Get an array of IP Addresses of room device which is used for calling. More... | |
(nullable NSString *) | - getH323MeetingPassword |
Get the password of the meeting running on H.323 device. More... | |
(nullable NSArray *) | - getRoomDeviceList |
Get room devices that can be called. More... | |
(BOOL) | - sendPairingCode:WithMeetingNumber: |
Get the pairing code when the room device call in. More... | |
(BOOL) | - callRoomDevice: |
The user calls out to invite the room device. More... | |
(NSUInteger) | - getParticipantID |
Get Participant ID. More... | |
(nullable MobileRTCCallCountryCode *) | - getDialInCurrentCountryCode |
Get countrycode for the current user's locale. More... | |
(nullable NSArray *) | - getDialInAllCountryCodes |
Get all countrycodes. More... | |
(nullable NSArray *) | - getDialInCallCodesWithCountryId: |
Get to the countrycode specified by countryId. More... | |
(BOOL) | - dialInCall: |
Make a phone call to access your voice. More... | |
Provide interfaces for outgoing calls and Call Room Device.
- (BOOL) callRoomDevice: | (nonnull MobileRTCRoomDevice *) | device |
The user calls out to invite the room device.
device | The room device. |
Extends class MobileRTCMeetingService.
- (BOOL) cancelCallRoomDevice |
Cancel to call room device.
Extends class MobileRTCMeetingService.
- (BOOL) cancelDialOut: | (BOOL) | isCallMe |
Cancel to dial out.
isCallMe | YES means Call Me; NO means inviting others by Phone. |
Extends class MobileRTCMeetingService.
- (void) customizeMeetingTitle: | (NSString *_Nullable) | title |
Set to customize the meeting title which will be displayed in the meeting bar.
title | The topic/title of the meeting. |
Extends class MobileRTCMeetingService.
- (BOOL) dialInCall: | (nullable NSString *) | countryNumber |
Make a phone call to access your voice.
Extends class MobileRTCMeetingService.
- (BOOL) dialOut: | (nonnull NSString *) | phone | |
isCallMe: | (BOOL) | me | |
withName: | (nullable NSString *) | username | |
Start to dial out.
phone | The phone number of destination, you should add the country code in front of the phone number, such as +86123456789. |
me | YES means Call Me; NO means inviting others by Phone. |
username | The name of the user to be called. |
Extends class MobileRTCMeetingService.
- (nullable NSArray *) getDialInAllCountryCodes |
- (nullable NSArray *) getDialInCallCodesWithCountryId: | (nullable NSString *) | countryId |
Get to the countrycode specified by countryId.
Extends class MobileRTCMeetingService.
- (nullable MobileRTCCallCountryCode *) getDialInCurrentCountryCode |
Get countrycode for the current user's locale.
Extends class MobileRTCMeetingService.
- (nullable NSString*) getH323MeetingPassword |
Get the password of the meeting running on H.323 device.
Extends class MobileRTCMeetingService.
- (nullable NSArray*) getIPAddressList |
Get an array of IP Addresses of room device which is used for calling.
Extends class MobileRTCMeetingService.
- (NSUInteger) getParticipantID |
- (nullable NSArray*) getRoomDeviceList |
Get room devices that can be called.
Extends class MobileRTCMeetingService.
- (BOOL) isCallingRoomDevice |
Query if it is in process to call room device.
Extends class MobileRTCMeetingService.
- (BOOL) isCallRoomDeviceSupported |
Query if it is able to Call Room device(H.323).
Extends class MobileRTCMeetingService.
- (BOOL) isDialOutInProgress |
Query if there is any outgoing call in process.
Extends class MobileRTCMeetingService.
- (BOOL) isDialOutSupported |
Query if user can dial out in the meeting.
Extends class MobileRTCMeetingService.
- (BOOL) sendPairingCode: | (nonnull NSString *) | code | |
WithMeetingNumber: | (unsigned long long) | meetingNumber | |
Get the pairing code when the room device call in.
code | The pairing code which enable the device connect to the meeting. |
meetingNumber | The number of meeting. |
Extends class MobileRTCMeetingService.
- (BOOL) setMeetingTopic: | (NSString *_Nonnull) | meetingTopic |
Set to customize the meeting topic which will be displayed in the meeting info view.
topic | The topic of the meeting. |
Extends class MobileRTCMeetingService.