startPlayAnotherRoomAudioVideo method
Implementation
Future<void> startPlayAnotherRoomAudioVideo(
String roomID,
String userID, {
String userName = '',
}) async {
return ZegoUIKitCore.shared.startPlayAnotherRoomAudioVideo(
roomID,
userID,
userName,
);
}