disconnect method

Future<void> disconnect(
  1. String userId
)

disconnect Rtc Video.

Implementation

Future<void> disconnect(String userId) {
  throw UnimplementedError('play() has not been implemented.');
}