Scenario 7: Adding Participants
Description
You can call the API for adding participants during a meeting.
Service Process
If you need to add participants using the SDK, open the contact list, select the contacts to be added, and add the selected contacts to the meeting. You can also customize the page for adding participants. For details, see Customizing a Contact Selection UI.
1. If you log in using an app ID, you are advised to customize a contact selection page.
2. If you do not customize such a page, there is no need to add sample code to the project.
Sample Code
1 2 3 4 5 6 7 8 |
/// Customize a contact selection UI. - (void)openContactSelectPage:(NSArray<HWMConfContactModel *> *)param scene:(HWMSelectedContactScene)scene completeHander:(void(^)(NSArray<HWMContactSelectedModel *> *result, NSError *error))handler { NSLog(@"enter open contact select page"); ContactSelectViewController * contactSelectVc = [[ContactSelectViewController alloc] initWithResultHandler:handler]; [self pushViewControllerWithVc:contactSelectVc]; } |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot