Mountain View
Jabber SDK API Documentation

Class: NativeConversationWindow

NativeConversationWindow

Represents native video window in which telephony conversation video is rendered.

Constructor

new NativeConversationWindow()

This class cannot be instantiated.
Since:
  • 11.7.0

Extends

Methods

(static) hideSelfView(errorHandleropt)

Hide self-view video.
Parameters:
Name Type Attributes Description
errorHandler function <optional>
Called if error has occurred in add-on.
Since:
  • 11.7.0

(static) hideSelfViewBorder(errorHandleropt)

Hide border for self-view video.
Parameters:
Name Type Attributes Description
errorHandler function <optional>
Called if error has occurred in add-on.
Since:
  • 11.7.0

(static) setSelfViewPosition(left, top, right, bottom, errorHandleropt)

Set position of self-view video relative to conversation window.
Parameters:
Name Type Attributes Description
left Number Distance from left edge of window in percentages.
top Number Distance from top edge of window in percentages.
right Number Distance from right edge of window in percentages.
bottom Number Distance from bottom edge of window in percentages.
errorHandler function <optional>
Called if error has occurred in add-on.
Since:
  • 11.7.0

(static) showSelfView(errorHandleropt)

Show self-view video.
Parameters:
Name Type Attributes Description
errorHandler function <optional>
Called if error has occurred in add-on.
Since:
  • 11.7.0

(static) showSelfViewBorder(errorHandleropt)

Show border for self-view video.
Parameters:
Name Type Attributes Description
errorHandler function <optional>
Called if error has occurred in add-on.
Since:
  • 11.7.0

(static) showVideoForConversation(conversation, errorHandleropt)

Show video for given telephony conversation.
Parameters:
Name Type Attributes Description
conversation TelephonyConversation Telephony conversation for which video will be rendered.
errorHandler function <optional>
Called if error has occurred in add-on.
Since:
  • 11.7.0