Merge pull request #7464 from ritzalam/fix-deserialization-error-callingwith
- fix issue where akka-apps cannot deserialize the message because of…
This commit is contained in:
commit
1383e741cc
@ -99,7 +99,7 @@ public class GetAllUsersCommand extends FreeswitchCommand {
|
||||
}
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user