Type alias UserPmiSettings
UserPmiSettings: InternalMessage & { pmiSettings: { accessCode: string; allowJoinAtAnyTime: boolean; useAccessCode: boolean; useLocalAutoRecord: boolean; useMuteAudioOnJoin: boolean; useOwnerVideo: boolean; useParticipantsVideo: boolean; useWaitingRoom: boolean; }; } Type declaration
pmiSettings: {
accessCode: string;
allowJoinAtAnyTime: boolean;
useAccessCode: boolean;
useLocalAutoRecord: boolean;
useMuteAudioOnJoin: boolean;
useOwnerVideo: boolean;
useParticipantsVideo: boolean;
useWaitingRoom: boolean;
}
accessCode: string
allowJoinAtAnyTime: boolean
useAccessCode: boolean
useLocalAutoRecord: boolean
useMuteAudioOnJoin: boolean
useOwnerVideo: boolean
useParticipantsVideo: boolean
useWaitingRoom: boolean