urbit / urbit-webrtc

WebRTC integration for Urbit: https://grants.urbit.org/proposals/21131866-webrtc-gall-agent-and-external-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow callers to cancel ringing calls

eamsden opened this issue · comments

switchboard

Check implementation:

  • Allow %reject pokes from airlocks to produce %hungup pokes on %ringing connection-state calls
  • Produce %incoming-call-hangup fact for incoming calls

urchatfm

Send %reject poke when call is in %ringing state and we click the 'Hangup' button

This may already work as implemented, but requires testing.

this should work but should be better tested. In particular closing local video streams should still happen in this case @arthyn