Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 sipekSdk 创建一个软件电话,我需要为我的应用程序和 sdk 设置默认音频设备。
我使用以下方法设置音频设备的名称:
pjsipStackProxy.Instance.setSoundDevice(string, string)
但这一套不起作用。
我该怎么做?