python-sdks icon indicating copy to clipboard operation
python-sdks copied to clipboard

`auto_subscribe` RoomOption not being respected

Open afgarcia86 opened this issue 11 months ago • 0 comments

I have a token with canSubscribe=false and even though I have the following RoomOptions set it fails to connect.

await self.room.connect(host_url, token, rtc.RoomOptions(auto_subscribe=False))

Error:

livekit::rtc_engine:378:livekit::rtc_engine - failed to connect: Connection("wait_pc_connection timed out"), retrying... (2/3)

afgarcia86 avatar Feb 04 '25 18:02 afgarcia86