openvidu-server: Missing add customIceServer in joinRoom response

pull/731/head
cruizba 2022-05-30 20:46:20 +02:00
parent 958eaee41d
commit f0f5f217bb
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ public class SessionEventsHandler {
.credential(participant.getToken().getTurnCredentials().getCredential())
.build();
defaultCustomIceServers.add(defaultIceServer.toJson());
result.add(ProtocolElements.PARTICIPANTJOINED_CUSTOM_ICE_SERVERS, defaultCustomIceServers);
}
if (recording != null) {
result.addProperty(ProtocolElements.PARTICIPANTJOINED_RECORDINGID_PARAM, recording.getId());