Bring the RN container to bottom.
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
Bring the RN container to top.
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.
Push a new RN container. You could use this method to make a RN page on top of SDK full-screen player.
The result of pushing a new Container.
{PushRNContainerParams}
Static
getGenerated using TypeDoc
You can use this class for pushing RN page from the native page.