Hello,
when create session with this parameter :
SessionProperties properties = new SessionProperties.Builder()
.recordingMode(RecordingMode.ALWAYS)
.defaultRecordingLayout(RecordingLayout.CUSTOM) .defaultOutputMode(Recording.OutputMode.COMPOSED_QUICK_START)
.build();
Session session = this.openVidu.createSession(properties);
show this error message and the sharescreen no longer works well
but without recored parametre works very well.
thank you