|
iOS API
|
Instance Methods | |
| (BOOL) | - hasPromptAndDePromptPrivilige |
| Query if the user has the privilege to prompt or demote users in the webinar. More... | |
| (BOOL) | - promptAttendee2Panelist: |
| Prompt Attendee to Panelist in Webinar. More... | |
| (BOOL) | - dePromptPanelist2Attendee: |
| Demote the panelist to attendee. More... | |
| (BOOL) | - allowAttendeeChat: |
| Allow attendee to chat. More... | |
| (BOOL) | - isAllowAttendeeTalk: |
| Query if attendee is allowed to talk in Webinar Meeting. More... | |
| (BOOL) | - allowAttenddeTalk:allow: |
| Allow attendee to talk in webinar. More... | |
| (BOOL) | - isAllowPanelistStartVideo |
| Query if Panelist can start video in Webinar Meeting. More... | |
| (BOOL) | - allowPanelistStartVideo: |
| Allow Panelist to start video in Webinar. More... | |
| (BOOL) | - isAllowAskQuestionAnonymously |
| Query if it is allowed to ask question anonymously in webinar. More... | |
| (BOOL) | - allowAskQuestionAnonymously: |
| Set if it is enabled to ask questions anonymously. More... | |
| (BOOL) | - isAllowAttendeeViewAllQuestion |
| Query if attendee is allowed to view all question. More... | |
| (BOOL) | - allowAttendeeViewAllQuestion: |
| Allow attendee to view all question. More... | |
| (BOOL) | - isAllowAttendeeUpVoteQuestion |
| Query if attendee is allowed to submit questions. More... | |
| (BOOL) | - allowAttendeeUpVoteQuestion: |
| Allow attendee to submit questions. More... | |
| (BOOL) | - isAllowCommentQuestion |
| Query if attendee is allowed to comment questions. More... | |
| (BOOL) | - allowCommentQuestion: |
| Allow attendee to comment question. More... | |
| (nullable NSArray *) | - getAllQuestionList |
| Get all questions. More... | |
| (nullable NSArray *) | - getMyQuestionList |
| Get My questions. More... | |
| (nullable NSArray *) | - getOpenQuestionList |
| Get Open questions. More... | |
| (nullable NSArray *) | - getDismissedQuestionList |
| Get Dismissed questions. More... | |
| (nullable NSArray *) | - getAnsweredQuestionList |
| Get Answered questions. More... | |
| (int) | - getALLQuestionCount |
| Get the amount of all questions. More... | |
| (int) | - getMyQuestionCount |
| Get the amount of my questions. More... | |
| (int) | - getOpenQuestionCount |
| Get the amount of Open questions. More... | |
| (int) | - getDismissedQuestionCount |
| Get the amount of dissmissed questions. More... | |
| (int) | - getAnsweredQuestionCount |
| Get the amount of answered questions. More... | |
| (nullable MobileRTCQAItem *) | - getQuestion: |
| get question item by questionID. More... | |
| (nullable MobileRTCQAAnswerItem *) | - getAnswer: |
| get answer item by questionID. More... | |
| (BOOL) | - addQuestion:anonymous: |
| Add Quesion. More... | |
| (BOOL) | - answerQuestionPrivate:answerContent: |
| Answer quesion in private. More... | |
| (BOOL) | - answerQuestionPublic:answerContent: |
| Answer Quesion. More... | |
| (BOOL) | - commentQuestion:commentContent: |
| Attendee comment Quesion. More... | |
| (BOOL) | - dismissQuestion: |
| Dismiss Quesion. More... | |
| (BOOL) | - reopenQuestion: |
| Reopen Quesion. More... | |
| (BOOL) | - voteupQuestion:voteup: |
| Vote up Quesion. More... | |
| (BOOL) | - startLiving: |
| startLiving Quesion. More... | |
| (BOOL) | - endLiving: |
| endLiving Quesion. More... | |
| (BOOL) | - deleteQuestion: |
| delete Quesion. More... | |
| (BOOL) | - deleteAnswer: |
| delete answerID. More... | |
| - (BOOL) addQuestion: | (nonnull NSString *) | content | |
| anonymous: | (BOOL) | anonymous | |
Add Quesion.
| content | question content. |
| anonymous | if true anonymously. |
Extends class MobileRTCMeetingService.
| - (BOOL) allowAskQuestionAnonymously: | (BOOL) | enable |
Set if it is enabled to ask questions anonymously.
| Enable | Enable/Disable to ask questions anonymously. |
Extends class MobileRTCMeetingService.
| - (BOOL) allowAttenddeTalk: | (NSUInteger) | userID | |
| allow: | (BOOL) | enable | |
Allow attendee to talk in webinar.
| userId | The ID of user to be allowed |
| enable | Enable/Disable to talk |
Extends class MobileRTCMeetingService.
| - (BOOL) allowAttendeeChat: | (MobileRTCChatAllowAttendeeChat) | privilegeType |
Allow attendee to chat.
Extends class MobileRTCMeetingService.
| - (BOOL) allowAttendeeUpVoteQuestion: | (BOOL) | enable |
Allow attendee to submit questions.
| Enable | Allow/Disallow attendee to submit question. |
Extends class MobileRTCMeetingService.
| - (BOOL) allowAttendeeViewAllQuestion: | (BOOL) | enable |
Allow attendee to view all question.
| Enable | Enable/Disable attendee to view all questions. |
Extends class MobileRTCMeetingService.
| - (BOOL) allowCommentQuestion: | (BOOL) | enable |
Allow attendee to comment question.
| Enable | Allow/Disallow attendee to comment question. |
Extends class MobileRTCMeetingService.
| - (BOOL) allowPanelistStartVideo: | (BOOL) | enable |
Allow Panelist to start video in Webinar.
| enable | Enable/Disable Panelist to start video. |
Extends class MobileRTCMeetingService.
| - (BOOL) answerQuestionPrivate: | (nonnull NSString *) | questionID | |
| answerContent: | (nonnull NSString *) | answerContent | |
Answer quesion in private.
| questionID | question id. |
| content | question content. |
| destUserID | destination userId. |
Extends class MobileRTCMeetingService.
| - (BOOL) answerQuestionPublic: | (nonnull NSString *) | questionID | |
| answerContent: | (nonnull NSString *) | answerContent | |
Answer Quesion.
| questionID | question id. |
| content | question content. |
Extends class MobileRTCMeetingService.
| - (BOOL) commentQuestion: | (nonnull NSString *) | questionID | |
| commentContent: | (nonnull NSString *) | commentContent | |
Attendee comment Quesion.
| questionID | question id. |
| commentContent | comment content. |
Extends class MobileRTCMeetingService.
| - (BOOL) deleteAnswer: | (nonnull NSString *) | answerID |
delete answerID.
| answerID | answerID id. |
Extends class MobileRTCMeetingService.
| - (BOOL) deleteQuestion: | (nonnull NSString *) | questionID |
delete Quesion.
| questionID | question id. |
Extends class MobileRTCMeetingService.
| - (BOOL) dePromptPanelist2Attendee: | (NSUInteger) | userID |
Demote the panelist to attendee.
Extends class MobileRTCMeetingService.
| - (BOOL) dismissQuestion: | (nonnull NSString *) | questionID |
Dismiss Quesion.
| questionID | question id. |
Extends class MobileRTCMeetingService.
| - (BOOL) endLiving: | (nonnull NSString *) | questionID |
endLiving Quesion.
| questionID | question id. |
Extends class MobileRTCMeetingService.
| - (int) getALLQuestionCount |
Get the amount of all questions.
Extends class MobileRTCMeetingService.
| - (nullable NSArray *) getAllQuestionList |
| - (nullable MobileRTCQAAnswerItem *) getAnswer: | (nonnull NSString *) | answerID |
get answer item by questionID.
| answerID | answer id. |
Extends class MobileRTCMeetingService.
| - (int) getAnsweredQuestionCount |
Get the amount of answered questions.
Extends class MobileRTCMeetingService.
| - (nullable NSArray *) getAnsweredQuestionList |
Get Answered questions.
Extends class MobileRTCMeetingService.
| - (int) getDismissedQuestionCount |
Get the amount of dissmissed questions.
Extends class MobileRTCMeetingService.
| - (nullable NSArray *) getDismissedQuestionList |
Get Dismissed questions.
Extends class MobileRTCMeetingService.
| - (int) getMyQuestionCount |
Get the amount of my questions.
Extends class MobileRTCMeetingService.
| - (nullable NSArray *) getMyQuestionList |
Get My questions.
Extends class MobileRTCMeetingService.
| - (int) getOpenQuestionCount |
Get the amount of Open questions.
Extends class MobileRTCMeetingService.
| - (nullable NSArray *) getOpenQuestionList |
Get Open questions.
Extends class MobileRTCMeetingService.
| - (nullable MobileRTCQAItem *) getQuestion: | (nonnull NSString *) | questionID |
get question item by questionID.
| questionID | question id. |
Extends class MobileRTCMeetingService.
| - (BOOL) hasPromptAndDePromptPrivilige |
Query if the user has the privilege to prompt or demote users in the webinar.
Extends class MobileRTCMeetingService.
| - (BOOL) isAllowAskQuestionAnonymously |
Query if it is allowed to ask question anonymously in webinar.
Extends class MobileRTCMeetingService.
| - (BOOL) isAllowAttendeeTalk: | (NSUInteger) | userID |
Query if attendee is allowed to talk in Webinar Meeting.
| userId | The ID of user to be allowed. |
Extends class MobileRTCMeetingService.
| - (BOOL) isAllowAttendeeUpVoteQuestion |
Query if attendee is allowed to submit questions.
Extends class MobileRTCMeetingService.
| - (BOOL) isAllowAttendeeViewAllQuestion |
Query if attendee is allowed to view all question.
Extends class MobileRTCMeetingService.
| - (BOOL) isAllowCommentQuestion |
Query if attendee is allowed to comment questions.
Extends class MobileRTCMeetingService.
| - (BOOL) isAllowPanelistStartVideo |
Query if Panelist can start video in Webinar Meeting.
Extends class MobileRTCMeetingService.
| - (BOOL) promptAttendee2Panelist: | (NSUInteger) | userID |
Prompt Attendee to Panelist in Webinar.
Extends class MobileRTCMeetingService.
| - (BOOL) reopenQuestion: | (nonnull NSString *) | questionID |
Reopen Quesion.
| questionID | question id. |
Extends class MobileRTCMeetingService.
| - (BOOL) startLiving: | (nonnull NSString *) | questionID |
startLiving Quesion.
| questionID | question id. |
Extends class MobileRTCMeetingService.
| - (BOOL) voteupQuestion: | (nonnull NSString *) | questionID | |
| voteup: | (BOOL) | voteup | |
Vote up Quesion.
| questionID | question id. |
Extends class MobileRTCMeetingService.
1.8.14