mirror of https://github.com/OpenVidu/openvidu.git
openvidu-java-client: media-server to media-node
parent
b1e865f24c
commit
b1608d26c2
|
@ -29,7 +29,7 @@ public enum MediaMode {
|
||||||
RELAYED,
|
RELAYED,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The session will transmit streams using OpenVidu Media Server
|
* The session will transmit streams using OpenVidu Media Node
|
||||||
*/
|
*/
|
||||||
ROUTED
|
ROUTED
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,7 +54,7 @@ public class SessionProperties {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Call this method to set how the media streams will be sent and received by
|
* Call this method to set how the media streams will be sent and received by
|
||||||
* your clients: routed through OpenVidu Media Server
|
* your clients: routed through OpenVidu Media Node
|
||||||
* (<code>MediaMode.ROUTED</code>) or attempting direct p2p connections
|
* (<code>MediaMode.ROUTED</code>) or attempting direct p2p connections
|
||||||
* (<code>MediaMode.RELAYED</code>, <i>not available yet</i>)
|
* (<code>MediaMode.RELAYED</code>, <i>not available yet</i>)
|
||||||
*
|
*
|
||||||
|
@ -159,7 +159,7 @@ public class SessionProperties {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Defines how the media streams will be sent and received by your clients:
|
* Defines how the media streams will be sent and received by your clients:
|
||||||
* routed through OpenVidu Media Server (<code>MediaMode.ROUTED</code>) or
|
* routed through OpenVidu Media Node (<code>MediaMode.ROUTED</code>) or
|
||||||
* attempting direct p2p connections (<code>MediaMode.RELAYED</code>, <i>not
|
* attempting direct p2p connections (<code>MediaMode.RELAYED</code>, <i>not
|
||||||
* available yet</i>)
|
* available yet</i>)
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue