So one thing I have been thinking about is how to easily add video / voice calling to status. It’s one of the features people use quite often in other messengers like WhatsApp, Telegram etc. One way to be able to do it, is if status nodes or waku nodes can act as ICE servers, this way we don’t need to use those by google. Additionally we can then also make Waku nodes act as signalling servers to start webrtc connections. If a user signals on a wakunode for another user to join a call, that node will send a message to the client request with the WebRTC SDP. That way they can then open up a webrtc connection for voice calls.
This was just a rough thought off the top of my head.
Having experimented with WebRTC recently, it shouldn’t be all too challenging.