MediaSFU Vue
    Preparing search index...

    Interface MediaSessionApi

    interface MediaSessionApi {
        startSession: (
            options: CreateMediaSFURoomOptions | JoinMediaSFURoomOptions,
        ) => Promise<void>;
        endSession: () => void;
        showAlert: ShowAlert;
    }
    Index

    Properties

    startSession: (
        options: CreateMediaSFURoomOptions | JoinMediaSFURoomOptions,
    ) => Promise<void>
    endSession: () => void
    showAlert: ShowAlert