MediaSFU React Native
    Preparing search index...

    Interface ControlMediaOptions

    interface ControlMediaOptions {
        participantId: string;
        participantName: string;
        type: "video" | "all" | "screenshare" | "audio";
        socket: Socket;
        coHostResponsibility: CoHostResponsibility[];
        participants: Participant[];
        member: string;
        islevel: string;
        showAlert?: ShowAlert;
        coHost: string;
        roomName: string;
    }
    Index

    Properties

    participantId: string
    participantName: string
    type: "video" | "all" | "screenshare" | "audio"
    socket: Socket
    coHostResponsibility: CoHostResponsibility[]
    participants: Participant[]
    member: string
    islevel: string
    showAlert?: ShowAlert
    coHost: string
    roomName: string