TechnologyOne / OpenTok.Xamarin

Binding Project for OpenTok iOS SDK version 2.3.1
5 stars 2 forks source link

Starting an archive causes the app to crash #1

Open travisrussi opened 8 years ago

travisrussi commented 8 years ago

I create a test session (using Routed media mode) and token on OpenTok.

After I start the app and confirm the audio and video are looping back, I try to issue a command to OpenTok to start archiving the session (https://tokbox.com/developer/rest/#start_archive). The command is successfully accepted by OpenTok.

However, it immediately crashes the iOS app. Attached is the debug log when the issue occurs.

I couldn't decipher anything useful from the log, but I'm hoping something obvious jumps out at you.

Any ideas?

image

ghost commented 7 years ago

I have the same error when I start audio or video call on Xamarin ios. I use to Xamarin.OpenTok.IOS ver.2.10.0

Did @travisrussi fix bug?

I found solution here