Index


Class wsc.Message

An object which denotes the message data to be sent to WebRTC Session Controller server. The message has control, header, payload and optional extension header blocks in it. The control block has the information to associate this message with a particular sub session on the client side (SIP session on the server side). Please refer to "WebRTC Session Control Protocol" for message details.

Class Summary
Constructor Attributes Constructor Name and Description
 
For extensibility - Instance created by wsc.Message(value).
Class Detail
wsc.Message(msg)
For extensibility - Instance created by wsc.Message(value). This is a SPI function meant to be used when extending the objects exposed by WebRTC Session Controller JavaScript API.
Parameters:
msg
A Message JSON object. If this parameter is provided, its properties are copied.

Copyright © 2005, 2013, Oracle and/or its affiliates. All rights reserved.