Skip to content
Snippets Groups Projects
Commit a86e7212 authored by Richard Alam's avatar Richard Alam
Browse files

red5 bbb apps compile issue

 - fix compile issue on bbb-apps-common as a result of adding a timestamp field on the header.
parent 24adb097
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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