Default value used to initialize property RecordingProperties.recordingLayout of every recording of this session. You can easily override this value later by setting RecordingProperties.recordingLayout to any other value
How the media streams will be sent and received by your clients: routed through OpenVidu Media Server
(MediaMode.ROUTED
) or attempting direct p2p connections (MediaMode.RELAYED
, not available yet)
Whether the Session will be automatically recorded (RecordingMode.ALWAYS
) or not (RecordingMode.MANUAL
)
Generated using TypeDoc
Default value used to initialize property RecordingProperties.customLayout of every recording of this session. You can easily override this value later by setting RecordingProperties.customLayout to any other value