Uses of Enum Class
com.vonage.client.video.MediaMode
Packages that use MediaMode
-
Uses of MediaMode in com.vonage.client.video
Methods in com.vonage.client.video that return MediaModeModifier and TypeMethodDescriptionCreateSessionRequest.getMediaMode()Defines whether the session will transmit streams using the Vonage Media Server or attempt to transmit streams directly between clients.static MediaModeReturns the enum constant of this class with the specified name.static MediaMode[]MediaMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.video with parameters of type MediaModeModifier and TypeMethodDescriptionCall this method to determine whether the session will transmit streams using the Vonage Media Router (MediaMode.ROUTED) or not (MediaMode.RELAYED).