wireapp/wire-server

doubts about APNS-Push conversation-mute features

haskell-monad opened this issue · 0 comments

My question:
Prerequisite: Use APNS push. Not VOIP, not Websocket messages.

Suppose the member Alice in the conversation sets the conversation to a mute state. when receiving session information, will Alice have a sound reminder? If there is no sound reminder, how is wire implemented? Is the client implemented according to the apns message body?

Also: What is the difference between RouteDirect and RouteAny? thanks.