openvidu-server: Missing add customIceServer in joinRoom response
This commit is contained in:
parent
958eaee41d
commit
f0f5f217bb
@ -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());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user