public class Publisher extends Object
Connection.getPublishers().
| Modifier and Type | Method and Description |
|---|---|
Integer |
getFrameRate()
See properties of Stream object in OpenVidu Browser library to find out more
|
String |
getStreamId()
Returns the unique identifier of the
Stream associated to this Publisher.
|
String |
getTypeOfVideo()
See properties of Stream object in OpenVidu Browser library to find out more
|
String |
getVideoDimensions()
See properties of Stream object in OpenVidu Browser library to find out more
|
boolean |
hasAudio()
See properties of Stream object in OpenVidu Browser library to find out more
|
boolean |
hasVideo()
See properties of Stream object in OpenVidu Browser library to find out more
|
Boolean |
isAudioActive()
See properties of Stream object in OpenVidu Browser library to find out more
|
Boolean |
isVideoActive()
See properties of Stream object in OpenVidu Browser library to find out more
|
public String getStreamId()
Stream.streamIdpublic boolean hasVideo()
public boolean hasAudio()
public Boolean isAudioActive()
public Boolean isVideoActive()
public Integer getFrameRate()
public String getTypeOfVideo()
Copyright © 2018 OpenVidu. All rights reserved.