mirror of
https://github.com/comma-hacks/webrtc.git
synced 2025-10-06 08:37:04 +08:00
start in pc mode
This commit is contained in:
@@ -186,7 +186,7 @@ async def signal(signaling):
|
|||||||
# TODO: stream the microphone
|
# TODO: stream the microphone
|
||||||
audio = None
|
audio = None
|
||||||
|
|
||||||
await change_tracks("cam2")
|
await change_tracks("pc")
|
||||||
|
|
||||||
answer = await pc.createAnswer()
|
answer = await pc.createAnswer()
|
||||||
await pc.setLocalDescription(answer)
|
await pc.setLocalDescription(answer)
|
||||||
|
Reference in New Issue
Block a user