AgoraIO / RTM

143 stars 160 forks source link

how to signal the remote user when app is in background after implementing pushkit #69

Open manoj1416 opened 4 years ago

manoj1416 commented 4 years ago

I have implemented VOIP notifications through which required data is coming, but issue is how to signal for remoteInvitation which is generally implemented by SDK when localInvitation is fired. Note:func rtmCallKit(_ callKit: AgoraRtmCallKit, remoteInvitationReceived remoteInvitation: AgoraRtmRemoteInvitation) delegate method is not calling

plutoless commented 4 years ago

so you have two devices, one is firing the localInvitation, and the other device is not receiving the delegate method call?

manoj1416 commented 4 years ago

Thanks for responding, somehow i managed to solve the issue

manoj1416 commented 4 years ago

one more issue i am facing in iOS is after adding the local and remote user to channel for video calling in AgoraRtcKit , audio of the both users is in mute Note:only for the first and second time of video call audio is muted, after then i am able to hear the audio

plutoless commented 4 years ago

could you pls try this out. https://github.com/AgoraIO-usecase/video-calling

Kirti-jain0702 commented 3 years ago

Thanks for responding, somehow i managed to solve the issue

hi can you please help me how you manage this, i am also stuck here.

hasancanbayram commented 1 year ago

@manoj1416 did you solve the PushKit problem. I want to send notification when app is killed but couldnot handle it. Can you pls help?