Skip to content

Commit

Permalink
openvidu-client: Renamed networkQualityChanged
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Oct 9, 2020
1 parent fff7552 commit 68f68f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public class ProtocolElements {
public static final String STREAMPROPERTYCHANGED_NEWVALUE_PARAM = "newValue";
public static final String STREAMPROPERTYCHANGED_REASON_PARAM = "reason";

public static final String NETWORKQUALITYCHANGED_METHOD = "networkQualityChanged";
public static final String NETWORKQUALITYLEVELCHANGED_METHOD = "networkQualityLevelChanged";
public static final String NETWORKQUALITYCHANGED_CONNECTIONID_PARAM = "connectionId";
public static final String NETWORKQUALITYCHANGED_QUALITYLEVEL_PARAM = "qualityLevel";

Expand Down

0 comments on commit 68f68f6

Please sign in to comment.