Options
All
  • Public
  • Public/Protected
  • All
Menu

All phone call (outbound & inbound) will throw events during their lifetime. Here is the expected cycle of a phone call:

  1. requesting (event thrown only for outbound call)
  2. trying (event thrown only for outbound call)
  3. early (event thrown only for outbound call)
  4. ringing
  5. answering
  6. active (peers are able to talk)
  7. x call can changes states multiple time (hold, unhold, ...)
  8. hangup (call stops and peers are not able to talk anymore)
  9. purge (event is going to be destroy)
  10. event is destroyed

All call not going through step 7, 8 and 9 will be automatically recovered in case user refresh the page

Hierarchy

  • ZiwoEvent

Index

Constructors

constructor

Properties

Private data

Private type

Static listeners

listeners: Function[] = []

Static Private prefixes

prefixes: string[] = ['_jorel-dialog-state-', 'ziwo-']

Methods

emit

  • emit(): void

Static Private dispatchEvents

Static emit

Static error

Static subscribe

  • subscribe(func: Function): void

Legend

  • Constructor
  • Property
  • Method
  • Private property
  • Private method
  • Static property
  • Static method
  • Property
  • Protected method

Generated using TypeDoc