Open manoj1416 opened 4 years ago
so you have two devices, one is firing the localInvitation, and the other device is not receiving the delegate method call?
Thanks for responding, somehow i managed to solve the issue
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
could you pls try this out. https://github.com/AgoraIO-usecase/video-calling
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.
@manoj1416 did you solve the PushKit problem. I want to send notification when app is killed but couldnot handle it. Can you pls help?
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