mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: TODO comment in Participant class
parent
117366a57f
commit
f2c37f29a5
|
@ -38,6 +38,10 @@ public class Participant {
|
|||
protected GeoLocation location; // Location of the participant
|
||||
protected String platform; // Platform used by the participant to connect to the session
|
||||
protected EndpointType endpointType; // Type of participant (web participant, IP cam participant...)
|
||||
|
||||
// TODO
|
||||
// Unify with "PublisherEndpoint.MediaOptions"
|
||||
// Also unify "streamPropertyChanged" and "videoData" RPCs when possible
|
||||
protected Integer videoWidth = 0;
|
||||
protected Integer videoHeight = 0;
|
||||
protected Boolean videoActive = false;
|
||||
|
|
Loading…
Reference in New Issue