Closed kevinbruneau closed 8 years ago
good catch!. but please use latest audio driver from here : https://github.com/opentok/opentok-ios-sdk-samples/blob/develop/7.External-Audio-Device/External-Audio-Device/OTDefaultAudioDevice.m
Will replace the audio driver here with latest one soon.
Variable count in OTDefaultAudioDevice was redeclared. Therefore, the value outside the else scope was always 0 after the else. This also caused a warning: "The variable count is never read".