public static interface MediaStream.Handler
| Modifier and Type | Method and Description |
|---|---|
void |
onVideoRatioChange(String peer_id,
MediaStream mediaStream,
float ratio)
Called when the video ratio change.
|
void onVideoRatioChange(String peer_id, MediaStream mediaStream, float ratio)
peer_id - (String) The id of the peermediaStream - The media streamratio - (float) the ratio of the videoCopyright © 2015. All rights reserved.