Interface EndpointStateMachineContext

Hierarchy

  • EndpointStateMachineContext

Properties

closePeerConnection: (() => void)

Type declaration

    • (): void
    • Returns void

createSession: (() => void)

Type declaration

    • (): void
    • Returns void

dispatchEvent: (<K>(type: K, ...args: ArgsType<EndpointEventMap[K]>) => void)

Type declaration

endpoint: Endpoint
requestAttach: (() => void)

Type declaration

    • (): void
    • Returns void

requestRelease: (() => void)

Type declaration

    • (): void
    • Returns void

setRemoteDescription: ((sdp: string) => void)

Type declaration

    • (sdp: string): void
    • Parameters

      • sdp: string

      Returns void

trialCount: number

Generated using TypeDoc