AGProjects / sylk-pushserver

Mobile push notifications for RTC infrastructures
Other
13 stars 8 forks source link

iPhone - audio call notification appears as video call. #8

Closed hasanr68 closed 2 years ago

hasanr68 commented 2 years ago

Thought I'd point out one more thing I noticed when making audio calls.

App active - call appears as audio call. Phone active - call appears as audio call. Phone locked - call appears as video call.

Unsure why that is happening. Let me know if you need more details.

tijmenNL commented 2 years ago

From the perspective of the pushserver we don't know anything about the state of the phone. We just send out the notification to apple. This is the same if the phone is locked, active or the app is active.

You need to check with the app maker why this is happening.

hasanr68 commented 2 years ago

Thanks.