Click or drag to resize

Phone Methods

The Phone type exposes the following members.

Methods
  NameDescription
Public methodActivateVideoCodecLicense
Response to onRequestVideoCodecActivation event.
Public methodDeregister
Removes this phone from Cisco Spark cloud on behalf of the authenticated user. It also disconnects the websocket from Cisco Spark cloud. Subsequent invocations of this method behave as a no-op.
Public methodDial
Makes a call to an intended recipient on behalf of the authenticated user.
Public methodDisableVideoCodecActivation
Prevents Cisco Spark SDK from poping up an Alert for the end user to approve the use of H.264 video codec license from Cisco Systems, Inc.
Public methodGetAVIODevices
Get audio/video IO devices
Public methodRegister
Registers this phone to Cisco Spark cloud on behalf of the authenticated user. It also creates the websocket and connects to Cisco Spark cloud.
Public methodRequestVideoCodecActivation
Notify the end user to activate the use of H.264 codec license from Cisco Systems, Inc. Invoking this function is optional since the alert will appear automatically during the first video call.
Public methodSelectAVIODevice
Select an audio/video IO device
Public methodStartPreview
Render a preview of the local party before the call is answered.
Public methodStopPreview
Stop rendering the preview of the local party.
Public methodUpdatePreview
Update the preview when video window is resized.
Top
See Also