Type Alias ExternalMediaPlayerFeatures
ExternalMediaPlayerFeatures: Message<"plugnmeet.ExternalMediaPlayerFeatures"> & {
isAllow: boolean;
isActive: boolean;
sharedBy?: string;
url?: string;
}
Type Declaration
-
isAllow: boolean
-
isActive: boolean
-
OptionalsharedBy?: string
-
Optionalurl?: string
Generated
from field: bool is_allow = 1;