Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParticipantOptions

Hierarchy

  • IParticipantOptions

Index

Properties

Optional extraParams

extraParams: IJSON

Any extra query parameters you'd like to include on the connection, usually used for debugging.

key

key: string

An access key for the Mixer.com session

Optional reconnectChecker

reconnectChecker: function

Optional intercept function that can be run before socket reconnections.

Type declaration

    • (): Promise<void>
    • Returns Promise<void>

url

url: string

A url for the Interactive session you'd like to join. This should be retrieved from https://mixer.com/api/v1/interactive/{channelId}

example

wss://interactive1-dal.mixer.com/participant?channel=

Generated using TypeDoc