MWSE/console/official/plan.txt

18 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Oluşturulmuş cihazlar | device list
Yeni AudioContext | device create audio /dev/audio0
Yeni HTMLVideoElement | device create video /dev/video0
getUserMedia isteği | webcam 480x360 --audio /dev/audio0 --video /dev/video0
AudioContext sesi dışarı verme | device /dev/audio0 --output speaker
AudioContext sesi açma | device /dev/audio0 --value 100
Videoyu oynatma | lightplayer --source /dev/video0 --target popup
Tüm bağlantıları görme | rtc connections
RTC Oluşturma | rtc create "peer-0"
RTC offer verme | rtc "peer-0" create offer
RTC offer alma | rtc "peer-0" emit offer "offer message"
RTC answer verme | rtc "peer-0" create answer
RTC answer alma | rtc "peer-0" emit answer "answer message"
RTC answer verme | rtc "peer-0" create answer "answer message"
RTC candidate alma | rtc "peer-0" getcandidate --all
RTC candidate verme | rtc "peer-0" setcandidate