onStartLive method
Implementation
void onStartLive(bool isJoinSelf, LiveInfo liveInfo) {
return _roomManager.onStartLive(isJoinSelf, liveInfo);
}
void onStartLive(bool isJoinSelf, LiveInfo liveInfo) {
return _roomManager.onStartLive(isJoinSelf, liveInfo);
}