muke1908 / chat-e2ee

End-to-end encrypted disposable chat & audio-call sessions, exchange sensitive information with peer safely and securely.
https://chat-e2ee-2.azurewebsites.net/
Apache License 2.0
345 stars 203 forks source link

Show error if webrtc call is not supported #379

Closed muke1908 closed 1 month ago

muke1908 commented 1 month ago

Frontend should show error if startCall is called but it's not supported.

Error thrown here: https://github.com/muke1908/chat-e2ee/blob/905c8c0f1048d9a78509a7bcfed75bda361d8c54/service/src/sdk.ts#L232

Error should be caught here and shown it to user. https://github.com/muke1908/chat-e2ee/blob/905c8c0f1048d9a78509a7bcfed75bda361d8c54/client/src/components/Messaging/UserStatusInfo.tsx#L46

ameysanyal commented 1 month ago

I want to work on this issuse, Please assign it to me