Variable StepDefinitionLookupConst

StepDefinitionLookup: {
    close-rtc-connection: typeof CloseStep;
    create-rtc-data-channel: typeof CreateChannelStep;
    echo-rtc: typeof EchoStep;
    rtc-dynamic-proxy: typeof DynamicProxyStep;
    rtc-peer-proxy: typeof PeerProxyStep;
    send-rtc-data-message: typeof SendStep;
    wait-for-duration: typeof WaitForDurationStep;
    wait-for-rtc-data-channel: typeof WaitForChannelStep;
    wait-for-rtc-media: typeof WaitForMediaStep;
    wait-for-rtc-message: typeof WaitForMessageStep;
    wait-for-rtc-track: typeof WaitForTrackStep;
} = ...

Type declaration

Generated using TypeDoc