joinMeetingByClassID method

Future<void> joinMeetingByClassID(
  1. String classroomId,
  2. bool disableScreenCapture
)

Implementation

Future<void> joinMeetingByClassID(
    String classroomId, bool disableScreenCapture) {
  throw UnimplementedError(
      'joinMeetingByClassID() has not been implemented');
}