Fishjam Mobile SDK - v0.24.0
    Preparing search index...
    type AppScreenShareData = {
        isAppScreenShareOn: boolean;
        toggleAppScreenShare: (
            screenShareOptions?: Partial<ScreenShareOptions>,
        ) => Promise<void>;
    }
    Index

    Properties

    isAppScreenShareOn: boolean
    toggleAppScreenShare: (
        screenShareOptions?: Partial<ScreenShareOptions>,
    ) => Promise<void>