-
Notifications
You must be signed in to change notification settings - Fork 219
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
Migrate issue from 3.x.x to 4.0.0 beta #283
Comments
@ArcherEmiya05 there are 2 options you can choose when migrating
If there're no blocker features that you want to have which is only available in 4.x, i would recommend you to use 3.7.x first. There will be a stable version of 4.x GA within next 2 months. |
Thanks, but can we already use 4.x.x beta at this time? Already tried it with video but it seems not working correctly despite implementing their respective constant (guess). Also is it okay if you answer the listed question above? |
and to answer your questions,
|
you may find most of the answers in our doc site. take a look if you are interested. |
yes. it's ok to use it for sure. |
Is there a huge changes from 3.x.x to beta 4 when it comes to Video call? We can no longer see the remote video and closing the channel make the app hang and crash. Using |
there're changes for sure. is the userJoined callback successfully called? is setRemoteVideo properly called? if you can provide a channel name and timestamp when the issue happened i can also help take a look. |
I created a channel named Sample yesterday. I also file a bug where the sample project for Video call is also not working. The two device can join the channel, it will work for less than 5 seconds then crash. Now on our project we rollback to |
any updates? |
Good day, we had a project that haven't touch in a long time and wanting to migrate from
3.4.2
to the latest SDK. We read the migration documentation but does not answer the questions below:io.agora.rtc2
then change some constants. We also updated theonRemoteAudioStateChanged
callback fromto this
(Please let us know if the code above is not the equivalent of the first sample)
Constants.REMOTE_VIDEO_STATE_DECODING
? We are using it inonRemoteVideoStateChanged
.Constants.USER_PRIORITY_NORMAL
, we saw thisUSER_PRIORITY_NORANL
but not sure if this is the equivalent and just a typographical error.VideoCanvas.RENDER_MODE_FILL
?CreateRendererView
orCreateTextureView
and what is the diffrences between using SurfaceView and TextureView forRtcEngine
?RtcEngine
vsRtcEngineEx
Thanks you for the time and understanding!
The text was updated successfully, but these errors were encountered: