Mountain View
Jabber SDK API Documentation

Class: ConversationWindow

ConversationWindow

In-browser video window in which Telephony Conversation's conversation video (incoming video from remote participant) is rendered.

Constructor

new ConversationWindow()

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

Methods

(static) hideForConversation(conversation)

Stop rendering 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 video for specified conversation.
Parameters:
Name Type Description
conversation TelephonyConversation Telephony conversation for which video rendering will start.
Since:
  • 11.7.0