end method

void end()

Implementation

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