Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AudioService

Audio component of a conversation.

::start starts the outgoing audio call. ::accept and ::reject handle the incoming call. ::stop will terminate the call.

If video is started it will stop the video service.

Hierarchy

Index

Properties

accept

accept: Command

callConnected

callConnected: Property<Date>

When was the last call started/accepted?

reject

reject: Command

sendDtmf

sendDtmf: Command

Sends a DTMF tone.

start

start: Command

stop

stop: Command

transfer

transfer: Command