syntax = "proto3";

package nest.trait.audio;

message MicrophoneSettingsTrait {
    bool enableMicrophone = 1;
}
