MCPcopy Create free account
hub / github.com/ShareDropio/sharedrop / _onRoomDisconnected

Function _onRoomDisconnected

app/controllers/index.js:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 },
32
33 _onRoomDisconnected() {
34 this.model.clear();
35 this.set('webrtc', null);
36 },
37
38 _onRoomUserAdded(event, data) {
39 const { you } = this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected