Jump to: navigation, search

sipendpoint.policy.session.auto_accept_video

Section: interaction-workspace
Default Value: 0
Valid Values: 0 (for false), 1 (for true)
Changes Take Effect: When the application is started or restarted.


Specifies whether video calls are accepted automatically (1) or manually (0).

sipendpoint.codecs.h264.fmtp

Section: interaction-workspace
Default Value: profile-level-id=420028
Valid Values: The string 'profile-level-id=' followed by a sequence of 3 hexadecimal values in the '00'-'FF' range that respectively define the profile_idc, profile-iop and level-idc.
Changes Take Effect: When the application is started or restarted.
Dependencies: sipendpoint.policy.session.auto_accept_video
Introduced: 8.5.101.14

Specifies the profile of the H.264 codec. This option is applicable only if the value of the sipendpoint.policy.session.auto_accept_video option is set to 1.

sipendpoint.video.camera-render-format

Section: interaction-workspace
Default Value: 6
Valid Values: A integer between 0 and 13 that specifies the render format of camera capture.
Changes Take Effect: When the application is started or restarted.


Specifies the video format of the local video camera. To determine the list of available formats, consult the specifications of your device or check Workspace SIP Endpoint logs, which prints the list of available video formats. The following values correspond to the supported video formats:

  • 0 = i420
  • 1 = YV12
  • 2 = YUY2
  • 3 = UYVY
  • 4 = IYUV
  • 5 = ARGB
  • 6 = RGB24
  • 7 = RGB565
  • 8 = ARGB4444
  • 9 = ARGB1555
  • 10 = MJPEG
  • 11 = NV12
  • 12 = NV21
  • 13 = BGRA

sipendpoint.video.camera-frame-size

Section: interaction-workspace
Default Value: 352x288
Valid Values: A string that specifies the width and height, separated by an 'x', of the camera frame capture (for example: 353x288).
Changes Take Effect: When the application is started or restarted.


Specifies the frame size capture of the local video camera. To determine the list of available resolutions, consult the specificatio​ns of your device or check the Workspace SIP Endpoint logs, which prints the list of available frame sizes.

sipendpoint.video.camera-frame-rate

Section: interaction-workspace
Default Value: 30
Valid Values: An integer that specifies the rate, in frame per second, of the video camera capture.
Changes Take Effect: When the application is started or restarted.


Specifies the video capture rate, in frame per second, of the local video camera.

sipendpoint.video.thumbnail-ratio

Section: interaction-workspace
Default Value: 0.25
Valid Values: A float value.
Changes Take Effect: When the application is started or restarted.


Specifies the size ratio of the thumbnail to the video in the SIP video window when both local and remote video are displayed.

sipendpoint.video.always-on-top

Section: interaction-workspace
Default Value: true
Valid Values: true false
Changes Take Effect: When the application is started or restarted.


Specifies whether the Video Window, when it is displayed, is displayed on top of all the other windows of end user workstation without the possibility to put it in the background.

sipendpoint.video.auto-activate

Section: interaction-workspace
Default Value: true
Valid Values: true false
Changes Take Effect: When the application is started or restarted.


Specifies whether or not the video window is populated automatically when an incoming interaction, which has a video component, is connected. If the value false is specified, the video can be activated later by using the 'Start Video' button.

sipendpoint.policy.session.auto_accept_video

Section: interaction-workspace
Default Value: 0
Valid Values: 0 (for false), 1 (for true)
Changes Take Effect: When the application is started or restarted.


Specifies whether video calls are accepted automatically (1) or manually (0).

Video

Workspace enables agents to handle video interactions, including the following functionality:

  • Accept, Reject, or Ignore an inbound Video Call by using the interactive Interaction Notification view.
  • Auto-accept an inbound Video Call
  • End Call
  • Instant Transfer
  • Instant Conference
  • Add video to a SIP Voice call
  • Hold the Video Call and display a splash screen
  • Toggle the agent's camera on and off
  • Store and view Video interactions in the Interaction History
  • Control the size of the video display of each party during a Video Call
  • Set an interaction disposition

The following limitations apply to video transfer and conference:

  • For video conferences, the video stream is limited to single mode. Mixed mode is not supported.
  • Two-Step conference of a video call results in a pure voice conference engaging the video call initiator, the agent making the conference, and the new party of the conference.
  • Two-Step transfer of a video call results in a pure voice call between the video call initiator and the target of the transfer.
  • Consultation video calls are not supported. If a consultation is started in the context of a video call, this will be a pure voice consultation.

Refer to the following resources for details about video conference settings:

Workspace employs the following privileges for all video interactions:

SIP Endpoint - Can Use Embedded SIP Endpoint

Important
Workspace SIP Endpoint 8.5.0 is required to support video functionality. Only the VP8 and H.264 video codecs are supported.

You use the following options in the interaction-workspace section to configure video interactions:

Refer to the Procedure: Enabling an agent to use SIP Video interactions for information on enabling the video feature.

The following are examples of two scenarios that you might choose to use:

1. Inbound with auto-accept

To configure the video channel to automatically accept inbound interactions, set the values of the following two options like this:

  • sipendpoint.policy.session.auto_accept_video = 1
  • sipendpoint.video.auto-activate = true

With this configuration, inbound video calls are distributed to the agent from an endpoint that enables video by using the VP8 or H.264 codec. When an agent accepts the incoming call, the video window is also displayed. The contact is displayed in the main video window and the local video is displayed in the main video window as a thumbnail.

2. Inbound without auto-accept

To configure the video channel to automatically accept inbound interactions, set the values of the following two options like this:

  • sipendpoint.policy.session.auto_accept_video = 1
  • sipendpoint.video.auto-activate = false

With this configuration, inbound video calls are distributed to the agent from an endpoint that enables video by using the VP8 or H.264 codec. When the agent accepts the incoming call, it is handled by agents as voice-only calls.

Agents can use the Start Video control of the interaction bar to activate the video component of the call and display the video window. The contact is displayed in the main video window and the local video is displayed in the main video window as a thumbnail (reduced size image).

This page was last edited on November 2, 2017, at 14:33.
Comments or questions about this documentation? Contact us for support!