self.account_handles_map = {} # Janus handle ID -> account
self.sip_sessions = SessionContainer() # keeps references to all the SIP sessions created or received by this device
self.videoroom_sessions = SessionContainer() # keeps references to all the videoroom sessions created by this participant (as publisher and subscriber)
+ self.protocol.backend.janus_destroy_session(self.janus_session_id) # this automatically detaches all plugin handles associated with it, not need to manually do it