mirror of https://github.com/OpenVidu/openvidu.git
5 lines
218 B
TypeScript
5 lines
218 B
TypeScript
![]() |
export enum MediaMode {
|
||
|
RELAYED = 'RELAYED', // The session will attempt to transmit streams directly between clients
|
||
|
ROUTED = 'ROUTED' // The session will transmit streams using OpenVidu Media Server
|
||
|
}
|