opentok-ios-sdk-samples-swift icon indicating copy to clipboard operation
opentok-ios-sdk-samples-swift copied to clipboard

Sample applications using the OpenTok iOS SDK in Swift

Results 70 opentok-ios-sdk-samples-swift issues
Sort by recently updated
recently updated
newest added

When the host, celebrity and fan are online, if we kick the fan and then kick the host right away from [IBS](https://github.com/opentok/interactive-broadcast-js), the iOS app using `OpenTok(2.19.0) ` will crash...

Hi I created the Video and Audio Chat application based on the "Basic-Video-Chat" OpenTok sample code **in Swift Language**. I need to swap the front and back camera. I got...

Publisher view is turned to black when app goes to background in swift . Even while keeping the session alive and enabling background modes (and keeping audio session enabled in...

I am implementing video & audio calls in mobile applications Android as well as ios. I am getting delay while video calling around 12 to 15 seconds getting black screen...

Hello 👋 Without changing anything about my TokBox integration, i've randomly started encountering an error like this periodically: `[ERROR] otk_webrtc_video_track_source.cpp:105 - [0x7fb0d94e1390]ProvideFrame Error converting video frame.` It is logged to...

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

This pull request solves the problem explained in the issue #141

Variables isResetting is not set to true on doRestartAudio function and causes an audio tear down that could end in a null pointer error if a restart is called for...

Hello. iOS SDK. OpenTok 2.18.1, iOS 13.7, 14.1, 14.3. Background mode. Test code: our application and your sample https://github.com/opentok/opentok-ios-sdk-samples-swift/tree/master/Basic-Video-Chat Project is configured according to the documentation https://tokbox.com/developer/sdks/ios/background-state.html In the background...