mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: Missing add customIceServer in joinRoom response
parent
958eaee41d
commit
f0f5f217bb
|
@ -208,6 +208,7 @@ public class SessionEventsHandler {
|
||||||
.credential(participant.getToken().getTurnCredentials().getCredential())
|
.credential(participant.getToken().getTurnCredentials().getCredential())
|
||||||
.build();
|
.build();
|
||||||
defaultCustomIceServers.add(defaultIceServer.toJson());
|
defaultCustomIceServers.add(defaultIceServer.toJson());
|
||||||
|
result.add(ProtocolElements.PARTICIPANTJOINED_CUSTOM_ICE_SERVERS, defaultCustomIceServers);
|
||||||
}
|
}
|
||||||
if (recording != null) {
|
if (recording != null) {
|
||||||
result.addProperty(ProtocolElements.PARTICIPANTJOINED_RECORDINGID_PARAM, recording.getId());
|
result.addProperty(ProtocolElements.PARTICIPANTJOINED_RECORDINGID_PARAM, recording.getId());
|
||||||
|
|
Loading…
Reference in New Issue