我正在使用Android应用程序,我正在实现sinch sdk以启用我的应用程序的语音/视频功能。有没有办法通过电话发送自定义数据。以下是我通过电话发送标题的代码。但我在来电时收到空头。
HashMap map = new HashMap(); map.put(" appintment_key"," vikas"); Call call = getSinchServiceInterface()。callUserVideo(userName,map);
答案 0 :(得分:0)
要在应用被杀时接听电话,您需要启用推送GCM,请查看文档https://www.sinch.com/docs/voice/android/#pushnotifications
中的managedpush部分要发送自定义数据,请使用标题allUser(String toUserId, 地图标题)