Function webrtcTransferUser

  • Transfer a user from one chat to another. For authorized users to move people from one chat to another.

    Parameters

    • user_id: string

      ID of the user to transfer

    • session_id: string

      ID of the current chat session

    • Optionalconnection_details: Record<string, unknown>

      Optional custom connection details for the transfer

    Returns Observable<void>