All platforms: Added streamId to the TRTCParams parameter of enterRoom, which can be used to set the user’s CDN stream ID, making it easier to bind to live streaming CDNs.
Added cloudRecordFileName to TRTCParams of enterRoom, which can be used to set the recording file name for a live stream; improved the recording feature’s tolerance of video interruption, enabling the remote recording of more complete video.
Added the TRTCAppSceneAudioCall scenario, which you can specify when calling enterRoom. This scenario is optimized for audio calls.
Added the TRTCAppSceneVoiceChatRoom scenario, which you can specify when calling enterRoom. This scenario is optimized for interactive audio chat rooms.
Supported capturing 1080p video, allowing PC audience to watch clearer video published from phones.
Added the pauseAudioEffect and resumeAudioEffect APIs, which can be used to pause and resume an audio effect.
Added the setBGMPlayoutVolume and setBGMPublishVolume APIs, which can be used to set the local playback volume and publishing volume of background music respectively.
Added the setRemoteSubStreamViewRotation API, which can be used to adjust the rotation of played back substream video.
iOS & Android: Added the snapshotVideo() API, which can be used to take screenshots of local or remote video.
Android: Added a global volume type mode: setSystemVolumeType(TRTCSystemVolumeTypeVOIP), i.e., the call volume is always used, which is mainly used to solve the issue of capturing switch between the Bluetooth earphone and built-in mic.
Supported Android 10.0.
Windows: The SDK for C# supported onscreen rendering and custom rendering.
The SDK for C# supported local audio recording.
|