@sendbird/calls-react-native
    Preparing search index...

    Class DirectCall

    Implements

    Index

    Constructors

    Accessors

    Methods

    • Starts sharing the local user's screen. The local camera video will be replaced with the screen share stream.

      On iOS, this starts RPScreenRecorder capture internally. On Android, this triggers MediaProjection permission dialog and manages ForegroundService lifecycle internally.

      Returns Promise<void>

      1.2.0

    • Toggles the selection between the front and the back camera.

      on Android, In case of more than two cameras, the next camera will be selected. If the last camera is already selected, the first one will be selected again.

      Returns Promise<void>

      1.0.0