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