singal offline push

pull/232/head
wangchuxiao 2 years ago
parent 1fffd36054
commit 6b8ebe11de

@ -148,6 +148,7 @@ func GetOfflinePushOpts(pushMsg *pbPush.PushMsgReq) (opts push.PushOpts, err err
if err := proto.Unmarshal(pushMsg.MsgData.Content, req); err != nil {
return opts, err
}
log.NewInfo("", utils.GetSelfFuncName(), "SignalReq: ", req.String())
switch req.Payload.(type) {
case *pbRtc.SignalReq_Invite, *pbRtc.SignalReq_InviteInGroup:
opts.Signal.ClientMsgID = pushMsg.MsgData.ClientMsgID

Loading…
Cancel
Save