openvidu-java-client: fix Javadoc typo
This commit is contained in:
parent
7fa65661f9
commit
60bddcebda
@ -620,7 +620,7 @@ public class Session {
|
||||
* To get the list of active connections with their current actual value, you
|
||||
* must call first {@link io.openvidu.java.client.Session#fetch()
|
||||
* Session.fetch()} or {@link io.openvidu.java.client.OpenVidu#fetch()
|
||||
* OpenVidu.fetch()} OpenVidu.fetch()}.
|
||||
* OpenVidu.fetch()}.
|
||||
*/
|
||||
public List<Connection> getActiveConnections() {
|
||||
return this.connections.values().stream().filter(con -> "active".equals(con.getStatus()))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user