self.parent_session=None# type: Optional[VideoroomSessionInfo] # for subscribers this is their main session (the one used to join), for publishers is None
self.publisher_id=None# janus publisher ID for publishers / publisher session ID for subscribers
self.slow_download=False
self.slow_upload=False
self.feeds=PublisherFeedContainer()# keeps references to all the other participant's publisher feeds that we subscribed to