Skip to content
Snippets Groups Projects
Unverified Commit 1383e741 authored by Dixon Fred's avatar Dixon Fred Committed by GitHub
Browse files

Merge pull request #7464 from ritzalam/fix-deserialization-error-callingwith

 - fix issue where akka-apps cannot deserialize the message because of…
parents 1a090f30 75fc1e12
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ public class GetAllUsersCommand extends FreeswitchCommand { ...@@ -99,7 +99,7 @@ public class GetAllUsersCommand extends FreeswitchCommand {
} }
pj = new VoiceUserJoinedEvent(voiceUserId, member.getId().toString(), confXML.getConferenceRoom(), pj = new VoiceUserJoinedEvent(voiceUserId, member.getId().toString(), confXML.getConferenceRoom(),
callerId, callerIdName, member.getMuted(), member.getSpeaking(), null); callerId, callerIdName, member.getMuted(), member.getSpeaking(), "none");
eventListener.handleConferenceEvent(pj); eventListener.handleConferenceEvent(pj);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment