openvidu-java-client: media-server to media-node

pull/370/head
pabloFuente 2019-10-11 11:11:45 +02:00
parent b1e865f24c
commit b1608d26c2
2 changed files with 3 additions and 3 deletions

View File

@ -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
} }

View File

@ -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>)
*/ */