Updated on 2024-07-30 GMT+08:00
60.8.1 Updates
- Added app IDs during initialization and optimized app differentiation.
- Added the following APIs: app ID login, meeting scheduling, meeting editing, meeting list query, meeting details query, and meeting cancellation.
- Added APIs.
1 2 3 4 5 6 7 8 9 10 11 12 13 14
/// Obtain the meeting list. - (NSArray<HWMBaseConfDetailParam *> *)getConfList; /// Obtain meeting details. - (void)getConfDetail:(NSString *)confId completeHandler:(HWMSDKConfInfoCompleteHandler)handler; /// Schedule a meeting. - (void)bookConf:(HWMOrderConfParam *_Nonnull)param callback:(_Nonnull HWMSDKCompleteHandler)callback; /// Cancel a meeting. - (void)cancelConf:(NSString *_Nonnull)confId callback:(_Nonnull HWMSDKCompleteHandler)callback; /// Edit a meeting. - (void)editConf:(HWMOrderConfParam *_Nonnull)param callback:(_Nonnull HWMSDKCompleteHandler)callback; /// Obtain the cloud meeting room ID list. You can use the IDs for scheduling meetings. - (NSArray<HWMVmrInfoModel *> *)getVmrList; /// Modify cloud meeting room information. - (void)changeVmrInfo:(HWMModifyVMRParam *)info callback:(_Nonnull HWMSDKCompleteHandler)callback;
- Optimized the voice meeting screen.
- Integrated IMSDK.framework into UISDK.framework.
Parent topic: Version Updates
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.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot