Table of Contents

Enum MediaMode

Namespace
Vonage.Video.Sessions
Assembly
Vonage.dll

Defines values for a session's Media mode.

public enum MediaMode

Fields

Relayed = 1

The 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 = 0

The session will transmit streams using the Vonage Video Media Router.