onJoinLive method
void
onJoinLive(
- LiveInfo liveInfo
Implementation
void onJoinLive(LiveInfo liveInfo) async {
roomState.liveStatus.value = LiveStatus.playing;
}
void onJoinLive(LiveInfo liveInfo) async {
roomState.liveStatus.value = LiveStatus.playing;
}