Customizing Subitems in the Participant List
onClickInjectParticipantItemBtnNotify
API Description
This API is used to customize an event of clicking a subitem in the participant list.
Method Definition
1
|
- (void)onClickInjectParticipantItemBtnNotify:(HWMUISDKInjectParticipantItemBtnInfoModel *)injectBtnInfo; |
Parameter Description
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
injectBtnInfo |
Yes |
HWMUISDKInjectParticipantItemBtnInfoModel |
Information about displaying the settings window. |
Parameter |
Type |
Description |
---|---|---|
injectBtn |
HWMUISDKClickInjectParticipantItemBtn |
Button type. |
participantInfo |
HWMUISDKParticipantItemInfoModel |
Participant subitem information. |
btnId |
NSString * |
Button ID. |
Enumerated Value |
Description |
---|---|
HWMUISDKClickInjectParticipantItemBtnCallOtherNum |
Call other number button. |
HWMUISDKClickInjectParticipantItemBtnParticipantDetail |
Button of viewing participant details. |
Parameter |
Type |
Description |
---|---|---|
number |
NSString * |
Number. |
nickName |
NSString * |
Participant nickname. |
thirdUserId |
NSString * |
Third-party account of the participant, which is used for login using app ID. |
accountId |
NSString * |
Huawei Cloud Meeting account. |
Return Values
None
1 2 3 4 5 |
- (void)onClickInjectParticipantItemBtnNotify:(HWMUISDKInjectParticipantItemBtnInfoModel *)injectBtnInfo { // After receiving the notification, process the reported information. The processing mode of the sample code is to print the reported information. NSString *info = [injectBtnInfo yy_modelDescription]; [HWMConsoleManager shareInstance].console = [NSString stringWithFormat:@"participant: %@", info]; } |
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