Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

FULL_PARTICIPANT

FULL_PARTICIPANT = "FULL_PARTICIPANT"

Type aliases

Listener

Listener: (event: any) => void

Type declaration

    • (event: any): void
    • Parameters

      • event: any

      Returns void

ModelSubscriber

ModelSubscriber: (model: ISceenicServiceModelData) => void

Type declaration

SceenicEventListenerMap

SceenicEventListeners

SceenicEventListeners<_Event>: ReadonlyArray<SceenicEventListenerMap[_Event]>

Type parameters

SceenicService

SceenicService: IVideoRoomService & { addVideoRoomEventListener: typeof addSceenicEventListener; getVideoRoomEventListeners: typeof getSceenicEventListeners; removeVideoRoomEventListener: typeof removeSceenicEventListener }

UnsubcribeFn

UnsubcribeFn: () => void

Type declaration

    • (): void
    • Returns void

VideoRoomEventListenerMap

VideoRoomEventListenerMap<ListenerArgs>: { ERROR: any; PARTICIPANT_JOIN: any; PARTICIPANT_LEFT: any; RECONNECTING: any }

Type parameters

Type declaration

  • ERROR:function
    • ERROR(errorDetails: ListenerArgs["errorDetails"]): void
    • Parameters

      • errorDetails: ListenerArgs["errorDetails"]

      Returns void

  • PARTICIPANT_JOIN:function
    • PARTICIPANT_JOIN(participant: ListenerArgs["participant"]): void
    • Parameters

      • participant: ListenerArgs["participant"]

      Returns void

  • PARTICIPANT_LEFT:function
    • PARTICIPANT_LEFT(participant: ListenerArgs["participant"]): void
    • Parameters

      • participant: ListenerArgs["participant"]

      Returns void

  • RECONNECTING:function
    • RECONNECTING(): void
    • Returns void

Functions

addSceenicEventListener

  • addSceenicEventListener<_Event, ListenerFn>(event: _Event, listener: ListenerFn): void

getSceenicEventListeners

removeSceenicEventListener

  • removeSceenicEventListener<_Event, ListenerFn>(event: _Event, listener: ListenerFn): void

Legend

  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method

Generated using TypeDoc