-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to implement the one to one video call into my iOS application #16
Comments
Hi friend, thanks for using Skylink SDK, in order to run the sample app, you have to apply a key from Temasys website, www.temasys.io, it’s free, after you get the key and secret, fill them in the sample app, Setting view controller, and set the room name, then you are able to connect |
Hi, are you using the OBJC sample app? you may try the Swift one, and in the sample app video call controller, you should check if the video audio send and receive is enabled , like this config.setAudioVideoSend(AudioVideoConfig_AUDIO_AND_VIDEO) |
Yes sender and receiver config was there in the objective c code(video call view controller) SKYLINKConnectionConfig *config = [SKYLINKConnectionConfig new]; |
Recently i installed the skylink sample application into my Iphone xr and ipad. i tried to connect the video call from one mobile to another mobile but i would not connect to the another device. So please explain briefly how can i work with the video call(One to another)with your application.
The text was updated successfully, but these errors were encountered: