# wx.onVoIPChatSpeakersChanged(function callback)
Start from base library version 2.7.0. Please remaining backward compatible.
Listens on the event of the speaker status change in a real-time voice chat. This API is called back when a member starts/stops speaking.
# Parameters
# function callback
The callback function for the event of the speaker status change in a real-time voice chat.
# Parameters
# Object res
| Property | Type | Description |
|---|---|---|
| openIdList | Array.<String> | The list of openIds of members in the real-time voice chat |
| errCode | Number | Error code |
| errMsg | String | Call results (error cause) |