Enum MediaMode
Defines values for a session's Media mode.
public enum MediaMode
Fields
Relayed = 1The session will attempt to transmit streams directly between clients. If two clients cannot send and receive each others' streams, due to firewalls on the clients' networks, their streams will be relayed using the Vonage Video TURN Server.
Routed = 0The session will transmit streams using the Vonage Video Media Router.