You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -368,11 +367,6 @@ When adding new client facing functionality, add benchmarking to understand the
368
367
- Declare all data objects at the smallest possible level of scope
369
368
- Each calling function must check the return value of nonvoid functions, and each called function must check the validity of all parameters provided by the caller
370
369
371
-
372
-
## Deprecated / Out of Scope
373
-
374
-
-**`bridge/`** (`livekit_bridge`) is deprecated. Do not add new functionality to it.
375
-
376
370
## Common Pitfalls
377
371
378
372
- A `Room` with `auto_subscribe = false` will never receive remote audio/video frames — this is almost never what you want.
0 commit comments