public class Publisher extends Object
Connection.getPublishers().
| Modifier and Type | Method and Description |
|---|---|
long |
createdAt()
Timestamp when this Publisher started publishing, in UTC milliseconds (ms
since Jan 1, 1970, 00:00:00 UTC)
|
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 long createdAt()
public boolean hasVideo()
public boolean hasAudio()
public Boolean isAudioActive()
public Boolean isVideoActive()
public Integer getFrameRate()
public String getTypeOfVideo()
Copyright © 2020 OpenVidu. All rights reserved.