Top

Notification is not triggered for audio/video calls when application in open state - iOS

Commentaires

2 commentaires

  • Olivier ANGUENOT

    Hi Karthik, 

    Did you see the callkit visual interface on your iphone ?

    If yes, it means that you have correctly setup your application.

    If not, you need to configure callkit by calling the method `

    startCallKitWithIncomingSoundName`.

    Before moving deeper, could you check that point ?

    Regards,

    Olivier

    0
    Actions pour les commentaires Permalien
  • Karthik Selvaraj

    Did you see the callkit visual interface on your iphone  - Yes

    I have integrated as follows

    func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {

     ServicesManager.sharedInstance()?.setAppID(Rainbow.kAppID, secretKey: Rainbow.kSecretKey)

    ServicesManager.sharedInstance()?.rtcService.startCallKit(withIncomingSoundName: "incoming-call.mp3", iconTemplate: "", appName: "RGM")

            return true

        }

    0
    Actions pour les commentaires Permalien

Vous devez vous connecter pour laisser un commentaire.

  • Demandez à la Communauté

    Vous avez besoin d'aide? Posez vos questions à la Communauté et obtenez des réponses d'autres utilisateurs Rainbow.

    Poster un message