MediaSFU React Native
    Preparing search index...

    Interface BreakoutParticipant

    interface BreakoutParticipant {
        name: string;
        breakRoom?: number;
    }
    Index

    Properties

    Properties

    name: string
    breakRoom?: number