Future<Result<Meeting>> leaveConversation(int code) async { return await _sdk.leaveConversation(code: code); }