Skip to content
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 use IVideoSource in agora 4.2.6 #371

Open
krunalpaliwal opened this issue Feb 5, 2024 · 3 comments
Open

How to use IVideoSource in agora 4.2.6 #371

krunalpaliwal opened this issue Feb 5, 2024 · 3 comments

Comments

@krunalpaliwal
Copy link

krunalpaliwal commented Feb 5, 2024

In the older version of Agora, I use the IVideoSource to set the custom video frames but when I upgrade the version of Agora there is no such method. What is the alternative way to use the same? I am using Android version of implementation 'io.agora.rtc:full-sdk:4.2.6'

@plutoless
Copy link
Contributor

hi @krunalpaliwal please follow the guide in https://github.com/AgoraIO/API-Examples/tree/main/iOS/APIExample/APIExample/Examples/Advanced/CustomVideoSourcePush
to understand how to implement custom video source.

@krunalpaliwal
Copy link
Author

@plutoless Thank you.
CustomVideo is not the issue for me. The version I used is 4.2.6 this method is not available. Now, I have to upgrade to the new version but due to this, I couldn't.

@plutoless
Copy link
Contributor

@plutoless the iVideoSource has been removed in 4.x SDK. it's recommended to use push approach to implement custom video source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants