Release notes
1.2.0
Release date:2023-09-12
new features
Function | Description | Related Interfaces |
---|---|---|
Add notification switch microphone callback | When playing some games (e.g. Who's Undercover), developers often need to turn on/off the player's microphone according to the game flow. The game will notify the developer via onMicStateChange to call the relevant RTC SDK interface to turn on/off the player's microphone in time. | onMicStateChange |
Add callback for notification switch speaker | When playing some games (e.g. Who's Undercover), developers often need to turn on/off the player's speaker according to the flow of the game. The game will notify the developer via onSpeakerStateChange to call the relevant RTC SDK interfaces to turn on/off the player's speaker in a timely manner. | onSpeakerStateChange |
Improvement and optimization
Optimisation Items | Optimisation Description | Related Interfaces |
---|---|---|
Modify enumeration names | ZegoPlayerState is renamed to ZegoGamePlayerState,the corresponding renaming of the enumerations is as follows::
|
1.1.0
Release date:2023-07-20
new features
In the initial release, developers only need to integrate one SDK to dynamically load various single-player and multiplayer casual games. In addition, the mini-game platform provides complete and secure coin management capabilities, supporting features such as language settings.