双击与会者项通知
通知描述
收到该通知时,表示与会者列表中的与会者项被双击。
方法定义
1
|
onDoubleClickParticipantListItemNotify?:(participantInfo: HWMParticipantItemInfo) => void; |
|
参数 |
类型 |
描述 |
|---|---|---|
|
participantInfo |
HWMParticipantItemInfo |
与会者列表子项信息 |
|
参数 |
类型 |
描述 |
|---|---|---|
|
participantNumber |
string |
号码。 |
|
name |
string |
与会者昵称。 |
|
thirdUserId |
string |
与会者三方账号,appId登录时使用。 |
|
accountId |
string |
华为云会议账号。 |
注意事项
- 入会前需要设置setParticipantListActionHandler定制事件。