Uses of Class
io.openvidu.java.client.MediaMode
-
-
Uses of MediaMode in io.openvidu.java.client
Fields in io.openvidu.java.client declared as MediaMode Modifier and Type Field Description static MediaModeSessionProperties.DefaultValues. mediaModeMethods in io.openvidu.java.client that return MediaMode Modifier and Type Method Description MediaModeSessionProperties. mediaMode()Defines how the media streams will be sent and received by your clients: routed through OpenVidu Media Node (MediaMode.ROUTED) or attempting direct p2p connections (MediaMode.RELAYED, not available yet)static MediaModeMediaMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MediaMode[]MediaMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.openvidu.java.client with parameters of type MediaMode Modifier and Type Method Description SessionProperties.BuilderSessionProperties.Builder. mediaMode(MediaMode mediaMode)Call this method to set how the media streams will be sent and received by your clients: routed through OpenVidu Media Node (MediaMode.ROUTED) or attempting direct p2p connections (MediaMode.RELAYED, not available yet)
Default value isMediaMode.ROUTED
-