diff --git a/protobuf/video/sfu/models/models.proto b/protobuf/video/sfu/models/models.proto index 523c230b..5d62f05a 100644 --- a/protobuf/video/sfu/models/models.proto +++ b/protobuf/video/sfu/models/models.proto @@ -120,13 +120,7 @@ message PublishOption { int32 max_spatial_layers = 5; int32 max_temporal_layers = 6; } -/* -message Codec { - string mime_type = 10; - string scalability_mode = 11; - string fmtp = 12; -} - */ + message Codec { uint32 payload_type = 13; string name = 10;