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

SceenicService

SceenicService: VideoRoomService & { addSceenicEventListener: typeof addSceenicEventListener; removeSceenicEventListener: typeof removeSceenicEventListener }

UnsubcribeFn

UnsubcribeFn: () => void

Type declaration

    • (): void
    • Returns void

Functions

addSceenicEventListener

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

removeSceenicEventListener

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

Legend

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

Generated using TypeDoc