stopPlayAnotherRoomAudioVideo method

Future<void> stopPlayAnotherRoomAudioVideo(
  1. String userID
)

Implementation

Future<void> stopPlayAnotherRoomAudioVideo(String userID) async {
  return ZegoUIKitCore.shared.stopPlayAnotherRoomAudioVideo(userID);
}