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.
Where can I change my application's preference to use G729 codec by default for all calls in linphone?
I have successfully compiled the library and I can find the codec inside my audio codec list, but I want to set g729 as the default codec.
在设置中启用 g729 编解码器查看到布尔值 YES 像
[self.settingsstore setBool:YES forkey:@"g729_Preference"];
在viewwillappearIASKAppSettingsViewController 类中的方法中。一次尝试。
viewwillappear