| Modifier and Type | Method and Description |
|---|---|
SessionProperties.Builder |
SessionProperties.Builder.customSessionId(String customSessionId)
Call this method to fix the sessionId that will be assigned to the session.
|
SessionProperties.Builder |
SessionProperties.Builder.defaultCustomLayout(String path)
Call this method to set the default value used to initialize property
RecordingProperties.customLayout() of every
recording of this session. |
SessionProperties.Builder |
SessionProperties.Builder.defaultRecordingLayout(RecordingLayout layout)
Call this method to set the the default value used to initialize property
RecordingProperties.recordingLayout() of
every recording of this session. |
SessionProperties.Builder |
SessionProperties.Builder.mediaMode(MediaMode mediaMode)
Call this method to set 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)
Default value is MediaMode.ROUTED |
SessionProperties.Builder |
SessionProperties.Builder.recordingMode(RecordingMode recordingMode)
Call this method to set whether the Session will be automatically recorded
(
RecordingMode.ALWAYS) or not
(RecordingMode.MANUAL)
Default value is RecordingMode.MANUAL |
Copyright © 2018 OpenVidu. All rights reserved.