WASdev/lib.rtcomm.clientjs

Declined call from user already in a call, causes the call to disconnect.

Closed this issue · 1 comments

Using either Chrome, or Firefox, using the videoClient.html sample program. Bring up, and register three users, on three separate tab. John, Van, Bill. John connects to Van. Van accepts the inbound connect and starts a call. Bill attempts to connect to John. John sees the inbound request, but declines by selecting 'No'. Unfortunately John's active call is now disconnected as well.

Resolved. This particular UI does not handle mutliple endpoints. Handling a new inbound request only works w/ multiple endpoints using the on('newendpoint') handler. This will be responded to as Busy by default and no modal will popup now.