Commit 46f4e6e3 authored by hujiebin's avatar hujiebin

feat:同步用纳秒

parent aeab12db
......@@ -410,7 +410,7 @@ func SendSocketMicChange(seqId string, userId uint64, micUserExternalId, txGroup
MicForbid: micForbid,
ExternalId: micUserExternalId,
AgoraId: agoraId,
Timestamp: time.Now().UnixNano() / 1e6,
Timestamp: time.Now().UnixNano(),
User: micUserData,
}
if buffer, err := proto.Marshal(msg); err == nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment