Type alias RoomExtendedParticipantConfig

RoomExtendedParticipantConfig: {
    audioMuted: boolean;
    screenSharingMuted: boolean;
    videoMuted: boolean;
}

Type declaration

  • audioMuted: boolean
  • screenSharingMuted: boolean
  • videoMuted: boolean