start in pc mode

This commit is contained in:
Keyvan Fatehi
2023-02-04 02:44:59 -08:00
parent 3be0645448
commit 3aacf9dd60

View File

@@ -186,7 +186,7 @@ async def signal(signaling):
# TODO: stream the microphone
audio = None
await change_tracks("cam2")
await change_tracks("pc")
answer = await pc.createAnswer()
await pc.setLocalDescription(answer)