• Creates a new session given an access token Used in situations where the existing session is no longer valid and a new session is required. This is only used for DSRs where new content is posted in a room and the guest user needs a new token with the new content.

    Parameters

    • dto: {
          token: string;
      }
      • token: string

    Returns Promise<void>