Customizing the List of Other Numbers to Be Dialed
buildCallOtherNumberList
API Description
This API is used to customize the list of other numbers to be dialed in the participant list.
Method Definition
1 2 |
- (void)buildCallOtherNumberList:(HWMAttendeeInfo *)participantInfo completionBlock:(void (^)(NSArray<HWMCallOtherNumberItem *> *items))completionBlock; |
Precautions
Subscribe to the HWMParticipantListItemCallOtherNumberHandler delegate during SDK initialization or set the delegate on the target page.
Parameter Description
See Table 3.
Parameter |
Type |
Description |
---|---|---|
number |
NSString * |
Number. |
hideType |
HWMContactPhoneHideType |
Number hiding type. |
callback |
void (^callback)(HWMAttendeeInfo *attendee) |
Number click callback. |
Enumerated Value |
Description |
---|---|
HWMContactShowPhone |
Display the mobile number. |
HWMContactHidePhone |
Hide the mobile number. |
HWMContactSafePhone |
Mask the mobile number. |
Return Values
None
1 2 3 4 |
- (void)buildCallOtherNumberList:(HWMAttendeeInfo *)participantInfo completionBlock:(void (^)(NSArray<HWMCallOtherNumberItem *> *items))completionBlock { completionBlock(self.callOtherNumberList); } |
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