startPlayRemoteVideo method
Implementation
void startPlayRemoteVideo(String userId, TUIVideoStreamType type, TUIPlayCallback? playCallback) {
liveService.startPlayRemoteVideo(userId, type, playCallback);
}
void startPlayRemoteVideo(String userId, TUIVideoStreamType type, TUIPlayCallback? playCallback) {
liveService.startPlayRemoteVideo(userId, type, playCallback);
}