pub async fn send_webxdc_realtime_advertisement(
ctx: &Context,
msg_id: MsgId,
) -> Result<Option<Receiver<()>>>
Expand description
Send a gossip advertisement to the chat that MsgId belongs to.
This method should be called from the frontend when joinRealtimeChannel
is called.