Mountain View
Jabber SDK API Documentation

Class: ScreenShareWindow

ScreenShareWindow

In-browser video window in which incoming screen share for specified TelephonyConversation is rendered.

Constructor

new ScreenShareWindow()

It is instantiated through WindowController.createVideoWindow().
Since:
  • 11.7.0

Methods

(static) hidForConversation(conversation)

Stop rendering screen share video for specified conversation.
Parameters:
Name Type Description
conversation TelephonyConversation Telephony conversation for which video rendering will stop.
Since:
  • 11.7.0

(static) showForConversation(conversation)

Start rendering screen share video for specified conversation.
Parameters:
Name Type Description
conversation TelephonyConversation Telephony conversation for which video rendering will start.
Since:
  • 11.7.0