endMeeting method

void endMeeting()

Implementation

void endMeeting() {
  sendMessage('end-meeting', {
    'userId': userId,
  });
  destroy();
}