Kongpheng Nanthavongsa

Results 77 comments of Kongpheng Nanthavongsa

Thanks, @kalpeshkanani, for filing this issue. What are the steps to reproduce? What version of the SDK did you use? Can you try to reproduce using the latest version please?

Closing, given lack of steps to reproduce. Please feel free to refile. Thanks!

@vona-ben, thanks for letting us know about this. No idea if any work is still pending. If there is, can you please file a jira ticket and CC me on...

@baole, the permissions were added because they're mandatory for Android 12+. We had to include them in our SDK to provide better bluetooth experience. Hope that helps.

Apologies for the belated reply. Cameras can't be used when in background mode: https://tokbox.com/developer/sdks/ios/background-state.html. To clarify, is the issue that publisher remains black after entering the foreground?

Thanks for letting us know about this. Version 2.20 is no longer supported. Also, more recent versions of React native have been released, which may have resolved the issue you're...

Thanks, @1755143168, for filing this issue. We'll add a sample application that'll showcase how to use this API: https://jira.vonage.com/browse/OPENTOK-49708. That said, there's no ETA for this. Sorry.

Apologies for the belated reply. This should work: ``` func setPlayoutVolume(_ value: Float32) { if let recordingVoiceUnit = recordingVoiceUnit { AudioUnitSetParameter(recordingVoiceUnit, kMultiChannelMixerParam_Volume, kAudioUnitScope_Input, DefaultAudioDevice.kOutputBus, value, 0 ) } } ```...

Thank for you everyone's patience. This is on our roadmap. That said, we can't provide an ETA. Sorry. https://jira.vonage.com/browse/OPENTOK-49709

This may help: https://stackoverflow.com/questions/50132396/callkit-issue-with-speaker-automatically-turned-on-after-receiving-the-call/50460757#50460757 Also, it's not clear if you're working with a custom audio driver. If issue persists, please refile. Thanks!