You can use this class for pushing RN page from the native page.

Hierarchy

  • FWNavigator

Methods

  • Bring the RN container to bottom.

    Returns

    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

    Returns Promise<boolean>

  • Bring the RN container to top.

    Returns

    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

    Returns Promise<boolean>

  • 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.

    Returns

    The result of popping the native container.

    Returns Promise<boolean>

  • Pop the RN container you pushed before.

    Returns

    The result of popping a new Container.

    Returns Promise<boolean>

  • Push a new RN container. You could use this method to make a RN page on top of SDK full-screen player.

    Returns

    The result of pushing a new Container.

    Parameters

    Returns Promise<boolean>

  • Change current fullscreen player to floating player.

    Returns

    If the result is true, it means that the fullscreen player is changed to floating player.

    Returns Promise<boolean>

  • Stop current floating player.

    Returns Promise<void>

Generated using TypeDoc