Mountain View
Jabber SDK API Documentation

Class: TelephonyConversationCapabilities

TelephonyConversationCapabilities

new TelephonyConversationCapabilities()

List of capabilities that telephony conversation can perform.
Since:
  • 11.7.0

Members

(static) canAnswer :boolean

If true telephony conversation can be answered;
Type:
  • boolean
Since:
  • 11.7.0

(static) canCameraPanLeft :boolean

If true remote camera can be panned left.
Type:
  • boolean
Since:
  • 11.7.0

(static) canCameraPanRight :boolean

If true remote camera can be panned right.
Type:
  • boolean
Since:
  • 11.7.0

(static) canCameraTiltDown :boolean

If true remote camera can be tilted down.
Type:
  • boolean
Since:
  • 11.7.0

(static) canCameraTiltUp :boolean

If true remote camera can be tilted up.
Type:
  • boolean
Since:
  • 11.7.0

(static) canCameraZoomIn :boolean

If true remote camera can zoom in.
Type:
  • boolean
Since:
  • 11.7.0

(static) canCameraZoomOut :boolean

If true remote camera can zoom out.
Type:
  • boolean
Since:
  • 11.7.0

(static) canControlRemoteCamera :boolean

If true remote camera can be controlled.
Type:
  • boolean
Since:
  • 11.7.0

(static) canEnd :boolean

If true telephony conversation can be ended.
Type:
  • boolean
Since:
  • 11.7.0

(static) canHold :boolean

If true telephony conversation can be put on hold.
Type:
  • boolean
Since:
  • 11.7.0

(static) canMerge :boolean

If true telephony conversation can be merged with another one and form a conference conversation.
Type:
  • boolean
Since:
  • 11.7.0

(static) canMuteAudio :boolean

If true telephony conversation's audio can be muted.
Type:
  • boolean
Since:
  • 11.7.0

(static) canMuteVideo :boolean

If true telephony conversation's video can be muted.
Type:
  • boolean
Since:
  • 11.7.0

(static) canReject :boolean

If true telephony conversation can be rejected (Immediate Divert).
Type:
  • boolean
Since:
  • 11.7.0

(static) canResume :boolean

If true telephony conversation previously put on hold can be resumed.
Type:
  • boolean
Since:
  • 11.7.0

(static) canSendDTMF :boolean

If true telephony conversation can send DTMF digits.
Type:
  • boolean
Since:
  • 11.7.0

(static) canStartScreenShare :boolean

If true telephony conversation can start screen share.
Type:
  • boolean
Since:
  • 11.7.0

(static) canStartVideo :boolean

If true telephony conversation's video can be started.
Type:
  • boolean
Since:
  • 11.7.0

(static) canStopScreenShare :boolean

If true telephony conversation can stop screen share.
Type:
  • boolean
Since:
  • 11.7.0

(static) canStopVideo :boolean

If true telephony conversation's video can be stopped.
Type:
  • boolean
Since:
  • 11.7.0

(static) canTransfer :boolean

If true telephony conversation can be transferred to another number.
Type:
  • boolean
Since:
  • 11.7.0

(static) canUnmuteAudio :boolean

If true telephony conversation's audio can be unmuted.
Type:
  • boolean
Since:
  • 11.7.0

(static) canUnmuteVideo :boolean

If true telephony conversation's video can be unmuted.
Type:
  • boolean
Since:
  • 11.7.0

(static) canUpdateVideo :boolean

If true telephony conversation's video can be started or stopped. This capability is used in combination with canStartVideo and canStopVideo capabilities
Type:
  • boolean
Since:
  • 11.7.0