Results 8 issues of Jaideep Shah

An offshoot of the issue - https://github.com/opentok/opentok-ios-sdk-samples-swift/issues/75 Many users miss this step and they panic and have to ping Customer Support, learn about it, make the change and waste valuable...

bug
enhancement

do not merge yet
in review
investigating
in progress

question
don't review yet
don't merge yet
investigating

```objc UInt32 bypassVoiceProcessing = self.disableAudioProcessing; CheckError(AudioUnitSetProperty(*voice_unit, kAUVoiceIOProperty_BypassVoiceProcessing, kAudioUnitScope_Global, kInputBus, &bypassVoiceProcessing, sizeof(bypassVoiceProcessing)), @"kAUVoiceIOProperty_BypassVoiceProcessing failed"); UInt32 enableAGC = self.enableAGC; CheckError(AudioUnitSetProperty(*voice_unit, kAUVoiceIOProperty_VoiceProcessingEnableAGC, kAudioUnitScope_Global, kInputBus, &enableAGC, sizeof(enableAGC)), @"kAUVoiceIOProperty_VoiceProcessingEnableAGC failed"); ``` and instantiated with ```objc...

Tests stereo on IOS using left, middle and right speakers noise samples.

We first publish, then stop capturing publisher audio , so we can play a ringtone exclusively on an Apple AVAudioPlayer. When the subscriber joins later (10 seconds) the ringtone player...

don't review yet
don't merge yet
investigating

don't review yet
don't merge yet
investigating
In progress