Modifier and Type | Method and Description |
---|---|
MediaStream |
PeerStream.getMedia()
Get the media stream, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
PeerStream.Handler.onMediaStream(String peer_id,
MediaStream mediaStream)
Called when media stream is available.
|
void |
MediaStream.Handler.onVideoRatioChange(String peer_id,
MediaStream mediaStream,
float ratio)
Called when the video ratio change.
|
Copyright © 2015. All rights reserved.