1

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.

4

1 回答 1

1

在设置中启用 g729 编解码器查看到布尔值 YES 像

[self.settingsstore setBool:YES forkey:@"g729_Preference"]; 

viewwillappearIASKAppSettingsViewController 类中的方法中。一次尝试。

于 2014-11-10T08:45:13.143 回答