8 lines
187 B
Python
8 lines
187 B
Python
from __future__ import annotations
|
|
|
|
__all__: list[str] = []
|
|
|
|
|
|
def build_video_track(*_args, **_kwargs):
|
|
raise RuntimeError("Server-side video tracks are disabled in 3D avatar mode.")
|