live_stream_core 3.4.0
live_stream_core: ^3.4.0 copied to clipboard
Live Stream Core is a core control designed specifically for live streaming scenarios, providing a series of powerful API functionalities to help developers quickly implement voice chat room features
LiveStreamCore #
3.4.0 #
- Engine upgraded to v3.4.
- Added multi-template seat layout for video live streaming.
- New APIs:
startLiveStreamV2
,stopLiveStreamV2
,joinLiveStreamV2
in LiveCoreController. - New APIs:
startVoiceRoomV2
,stopVoiceRoomV2
,joinVoiceRoomV2
in SeatGridController. - Deprecated APIs:
startLiveStream
,stopLiveStream
,joinLiveStream
in LiveCoreController. - Deprecated APIs:
startVoiceRoom
,stopVoiceRoom
,joinVoiceRoom
in SeatGridController. - Modified:
VideoWidgetBuilder
interface.
3.2.0 #
- Upgraded dependencies on rtc_room_engine SDK.
3.1.0 #
- Android & iOS: Supports video live streaming scene.
3.0.0 #
- Android & iOS: Supports voice chat room scene.