The result of dismissing the RN container. If the result is true, it means that the RN container is dismissed. If the result is false, it means that the RN container is not dismissed. Only supported on iOS
The result of presenting the RN container. If the result is true, it means that the RN container is presented. If the result is false, it means that the RN container is not presented. Only supported on iOS
Pop the native container. You could use the method to close the fullscreen player. But if the enablePictureInPicture of the associated video feed is true, we can't close the fullscreen player.
The result of popping the native container.
Pop the RN container you pushed before.
The result of popping a new Container.
Push a new RN container. You could use this method to make a RN page on top of SDK full-screen player.
{PushRNContainerParams}
The result of pushing a new Container.
Change current fullscreen player to floating player.
If the result is true, it means that the fullscreen player is changed to floating player.
Stop current floating player.
Static
get
You can use this class for pushing RN page from the native page.