Top

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

Comentários

2 comentários

  • 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
    Ações de comentário Permalink
  • 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
    Ações de comentário Permalink

Por favor, entrar para comentar.

  • Pergunte à Comunidade

    Você precisa de ajuda? Faça suas perguntas na Comunidade para obter respostas de outros usuários do Rainbow.

    Enviar mensagem