WillieHabi
WillieHabi
ODSP driver reuses sockets for clients connected on the same node process. When signals are received on the shared socket, we must filter based on `targetClientId` property to make sure...
## Description This PR adds support for attendeeDisconnected events by using Audience to monitor disconnected clients and announcing them. To represent a connection status for ISessionClient's, we also now added...
## Description In this PR we move the `this.connected` check from process to submission. If a signal is sent while the client is disconnected from the delta stream, we should...