sinch-rtc
    Preparing search index...

    Class ClientRegistration

    Callback object to be used to proceed in user registration/setup when registration credentials for the user in question have been obtained.

    Index

    Constructors

    Properties

    Constructors

    • Methods to call when registration credentials for the user have been obtained.

      Parameters

      • register: (jwtSignature: string) => Promise<void>

        Callback to call with a signed JWT token for this user.

      • registerFailed: () => void

        Callback to call when registration for the user has failed

      Returns ClientRegistration

    Properties

    register: (jwtSignature: string) => Promise<void>

    Callback to call with a signed JWT token for this user.

    registerFailed: () => void

    Callback to call when registration for the user has failed