Select Broadcaster at runtime / RTCMultiConnection



    // because "viewer" joined room as "oneway:true" // initiator will NEVER share participants // to manually ask for participants; // call "askToShareParticipants" method. connection.askToShareParticipants(); // become a broadcaster connection.
    addStream({ audio: true, video: true, oneway: true });