Index


Class wsc.MEDIASTREAMEVENT

Class Summary
Constructor Attributes Constructor Name and Description
 
Enum for media stream event.
Field Summary
Field Attributes Field Name and Description
 
local media stream added to the call
 
there is an error with the local media stream
 
local media stream removed from the call
 
remote media stream added to the call
 
there is an error with the remote media stream
 
remote media stream removed from the call
Class Detail
wsc.MEDIASTREAMEVENT()
Enum for media stream event.
Field Detail
{String} LOCAL_STREAM_ADDED
local media stream added to the call

{String} LOCAL_STREAM_ERROR
there is an error with the local media stream

{String} LOCAL_STREAM_REMOVED
local media stream removed from the call

{String} REMOTE_STREAM_ADDED
remote media stream added to the call

{String} REMOTE_STREAM_ERROR
there is an error with the remote media stream

{String} REMOTE_STREAM_REMOVED
remote media stream removed from the call

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