Forum: iOS
Here is a forum space for SDK: iOS.
Hello, why [[PTTClient getInstance] micAmplification] inside the NSLog returns 0 instead of 40? [[PTTClient getInstance] setMicAmplification:40]; NSLog(@"MicAmplification: %d", [[PTTClient getInstance] micAmplification]); // returns 0 and where is the best position to put it? after channel join or before in viewWillAppear? Feb 11 '25 at 16:53 (GMT0) created by sugarshane |
![]() | Dear Sugarshane, We have found the micAmplification has a bug. It would be fixed at the next version. But setMicAmplification work well. Regards, ProPTT2 Feb 12 '25 at 00:12 (GMT0) created by ProPTT2 dev |