getMembers(roomId: string): Promise<Array<RoomMembershipType>> {
    return this._httpPodGet(`/pod/v2/room/${roomId}/membership/list`);
  }