iOS API
|
Instance Methods | |
(BOOL) | - changeName:withUserID: |
Set to change user's screen name in meeting. More... | |
(nullable NSArray *) | - getInMeetingUserList |
Get all the users in the meeting. More... | |
(nullable NSArray *) | - getWebinarAttendeeList |
Get all the attendees in the webinar. More... | |
(nullable MobileRTCMeetingUserInfo *) | - userInfoByID: |
Get user information in the meeting. More... | |
(nullable MobileRTCMeetingWebinarAttendeeInfo *) | - attendeeInfoByID: |
Get attendees' information in the webinar. More... | |
(BOOL) | - makeHost: |
Assign a user as the host in meeting. More... | |
(BOOL) | - removeUser: |
Remove a user from the meeting. More... | |
(NSUInteger) | - myselfUserID |
Get the ID of the current user in the meeting. More... | |
(NSUInteger) | - activeUserID |
Get the ID of the active user in the meeting. More... | |
(NSUInteger) | - activeShareUserID |
Get the ID of user who is sharing in the meeting. More... | |
(BOOL) | - isSameUser:compareTo: |
Judge if the two IDs from different sessions are of the same user. More... | |
(BOOL) | - isHostUser: |
Query if the user is host. More... | |
(BOOL) | - isMyself: |
Query if the ID is the current user's. More... | |
(BOOL) | - isH323User: |
Query if the user join meeting from H323. More... | |
(BOOL) | - raiseMyHand |
Raise hand of the current user. More... | |
(BOOL) | - lowerHand: |
Put hands down of the current user. More... | |
(BOOL) | - lowerAllHand |
Set to put all users' hands down. More... | |
(BOOL) | - canClaimhost |
Query if the current user can claim to be a host. More... | |
(BOOL) | - claimHostWithHostKey: |
Set to claim to be a host by host key. More... | |
(BOOL) | - assignCohost: |
Assign a user as co-host in meeting. More... | |
(BOOL) | - revokeCoHost: |
Revoke co-host role of another user in meeting. More... | |
(BOOL) | - canBeCoHost: |
Query if the user can be assigned as co-host in meeting. More... | |
- (NSUInteger) activeShareUserID |
Get the ID of user who is sharing in the meeting.
Extends class MobileRTCMeetingService.
- (NSUInteger) activeUserID |
Get the ID of the active user in the meeting.
Extends class MobileRTCMeetingService.
- (BOOL) assignCohost: | (NSUInteger) | userID |
Assign a user as co-host in meeting.
Extends class MobileRTCMeetingService.
- (nullable MobileRTCMeetingWebinarAttendeeInfo*) attendeeInfoByID: | (NSUInteger) | userId |
Get attendees' information in the webinar.
userId | attendee's ID in meeting. |
Extends class MobileRTCMeetingService.
- (BOOL) canBeCoHost: | (NSUInteger) | userID |
Query if the user can be assigned as co-host in meeting.
Extends class MobileRTCMeetingService.
- (BOOL) canClaimhost |
Query if the current user can claim to be a host.
Extends class MobileRTCMeetingService.
- (BOOL) changeName: | (nonnull NSString *) | inputName | |
withUserID: | (NSUInteger) | userId | |
Set to change user's screen name in meeting.
inputName | The screen name displayed in meeting. |
userId | User ID. |
Extends class MobileRTCMeetingService.
- (BOOL) claimHostWithHostKey: | (nonnull NSString *) | hostKey |
Set to claim to be a host by host key.
hostKey | Host key. |
Extends class MobileRTCMeetingService.
- (nullable NSArray*) getInMeetingUserList |
Get all the users in the meeting.
Extends class MobileRTCMeetingService.
- (nullable NSArray*) getWebinarAttendeeList |
Get all the attendees in the webinar.
Extends class MobileRTCMeetingService.
- (BOOL) isH323User: | (NSUInteger) | userID |
Query if the user join meeting from H323.
userID | The ID of user. |
Extends class MobileRTCMeetingService.
- (BOOL) isHostUser: | (NSUInteger) | userID |
Query if the user is host.
userID | The ID of user. |
Extends class MobileRTCMeetingService.
- (BOOL) isMyself: | (NSUInteger) | userID |
Query if the ID is the current user's.
userID | The ID of user to be checked. |
Extends class MobileRTCMeetingService.
- (BOOL) isSameUser: | (NSUInteger) | user1 | |
compareTo: | (NSUInteger) | user2 | |
Judge if the two IDs from different sessions are of the same user.
user1 | One user ID in meeting |
user2 | Another user ID in meeting |
Extends class MobileRTCMeetingService.
- (BOOL) lowerAllHand |
Set to put all users' hands down.
Extends class MobileRTCMeetingService.
- (BOOL) lowerHand: | (NSUInteger) | userId |
Put hands down of the current user.
Extends class MobileRTCMeetingService.
- (BOOL) makeHost: | (NSUInteger) | userId |
Assign a user as the host in meeting.
userId | The ID of user who is specified as host in meeting. |
Extends class MobileRTCMeetingService.
- (NSUInteger) myselfUserID |
Get the ID of the current user in the meeting.
Extends class MobileRTCMeetingService.
- (BOOL) raiseMyHand |
Raise hand of the current user.
Extends class MobileRTCMeetingService.
- (BOOL) removeUser: | (NSUInteger) | userId |
Remove a user from the meeting.
userId | The ID of user to be removed from the meeting. |
Extends class MobileRTCMeetingService.
- (BOOL) revokeCoHost: | (NSUInteger) | userID |
Revoke co-host role of another user in meeting.
Extends class MobileRTCMeetingService.
- (nullable MobileRTCMeetingUserInfo*) userInfoByID: | (NSUInteger) | userId |
Get user information in the meeting.
userId | In-meeting user ID. |
Extends class MobileRTCMeetingService.