hangUp method

Future<MethodResponse> hangUp()

The localParticipant leaves the current meeting.

Implementation

Future<MethodResponse> hangUp() async {
  return await JitsiMeetPlatform.instance.hangUp();
}