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

callbacks for fullscreen, mute audio/video not getting executed. #6

Closed
Pranav-19 opened this issue Jul 8, 2020 · 2 comments
Closed

Comments

@Pranav-19
Copy link

Callback functions which I am passing for fullscreen, mute audio/video buttons are not getting executed.
This is the callbacks object I am passing -
{
onEndCall: () => { this.setState({ videoCall: false }) }
onFullScreen: ()=>{ this.onFullScreen()}
}
The callback for endcall is working fine but FullScreen is not getting executed. Same is the issue for mute audio/video buttons.

@technophilic
Copy link
Collaborator

Hey, can you check if you are facing this in the latest version?
It has been updated to v3 of the Agora React Native SDK

@technophilic
Copy link
Collaborator

Closed due to inactivity

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