red5 bbb apps compile issue

- fix compile issue on bbb-apps-common as a result of adding a timestamp field on the header.
This commit is contained in:
Richard Alam 2019-10-28 10:22:58 -07:00
parent 24adb09712
commit a86e7212b3

View File

@ -128,7 +128,7 @@ class UserActor(
val msgClient = msgFromClient.copy(header = newHeader)
val routing = Routing.addMsgFromClientRouting(msgClient.header.meetingId, msgClient.header.userId)
val envelope = new BbbCoreEnvelope(msgClient.header.name, routing)
val envelope = new BbbCoreEnvelope(msgClient.header.name, routing, System.currentTimeMillis())
if (msgClient.header.name == "ClientToServerLatencyTracerMsg") {
log.info("-- trace -- " + msg.json)