openvidu-server: TODO comment in Participant class

pull/550/head
pabloFuente 2020-10-08 18:38:53 +02:00
parent 117366a57f
commit f2c37f29a5
2 changed files with 8 additions and 4 deletions

View File

@ -38,6 +38,10 @@ public class Participant {
protected GeoLocation location; // Location of the participant protected GeoLocation location; // Location of the participant
protected String platform; // Platform used by the participant to connect to the session protected String platform; // Platform used by the participant to connect to the session
protected EndpointType endpointType; // Type of participant (web participant, IP cam participant...) 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 videoWidth = 0;
protected Integer videoHeight = 0; protected Integer videoHeight = 0;
protected Boolean videoActive = false; protected Boolean videoActive = false;