📄 simple-call-how-to.txt
字号:
# Simple-call HOW-TO
# ________________________________________________________________
# (by Luca Veltri, 16/10/2005)
#
# to establish a call between two UAs, run the visual UAs with the desired configuration files:
uaw -f config\a.cfg
uaw -f config\b.cfg
# or without GUI:
uac -f config\a.cfg
uac -f config\b.cfg -c alice@127.0.0.2
# or with registration and audio support in one-way:
uaw -f config\a.cfg -a --send-only -p 3000 -z -g 1800
uaw -f config\a.cfg -a --recv-only -p 4000 -z -g 1800
# use -h in order to view all command-line options:
uaw -h
# or uac -h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -