PlanetKit 5.0 release
PlanetKit 5.0
PlanetKit 5.0 has been released.
Android | iOS | macOS | Windows |
---|---|---|---|
5.0.11 | 5.0.8 | 5.0.8 | 5.0.22 |
-
Audio quality improvement
- Improved the performance of noise removal.
- Call type: 1-to-1 call, Group call
- OS Type: Android, iOS, macOS, Windows
- Please note that WebPlanetKit is not affected.
-
Group call video quality improvement
- Reduced minor flickering.
- Improved Grid view quality when viewing multiple participants.
- Improved VGA quality.
- There is a tuning value change of bitrate for each resolution.
- Please refer to the recommended bandwidth.
- Call type: Group video call
- OS type: Android, iOS, macOS, Windows
- Please note that 1-to-1 video call and WebPlanetKit are not affected.
-
Hold spec change
- Removed the
pauseRecv
variable for API usage enhancement. - Please refer to Hold.
- Removed the
-
PeerView
/PeerControl
added- For API usage enhancement, a class that lets you control each group call participant has been added.
- For example, when requesting video, you can create
PeerView
/PeerControl
, an instance corresponding to the participant, and then call its member functionstartVideo()
.
- For example, when requesting video, you can create
- In addition, a class that can receive events per participant in a group call has been added.
- For example, if a specific participant mutes audio, the event can be received through the event handler set in the participant's
PeerView
/PeerControl
instance.
- For example, if a specific participant mutes audio, the event can be received through the event handler set in the participant's
- It is recommended that you use
startVideo()
ofPeerControl
/PeerView
instead ofrequestPeerVideo()
. For more information, refer to the following documents. - Please refer to each platform's release notes, which explain the change in detail.
- For Android,
PeerView
has been added. - For iOS/macOS and Windows,
PeerControl
has been added.
- For Android,
- Please check the code example.
- For API usage enhancement, a class that lets you control each group call participant has been added.
-
1-to-1 incoming call API change
- Added
PlanetKitCcParam
. - Removed media type selection from
acceptCall()
API. - Please check the code example.
- Added
-
API changelog
Milestone update
Milestone has been updated.
Release notes
Refer to the guide for upgrading PlanetKit in each platform's release notes.
- Release notes of PlanetKit 5.0 for Android
- Release notes of PlanetKit 5.0 for iOS
- Release notes of PlanetKit 5.0 for macOS
- Release notes of PlanetKit 5.0 for Windows
PlanetKit 5.0 is based on Jupiter 5.1.