Skip to content

Commit

Permalink
Add missing "text" SDP media type (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
IS4Code authored Feb 3, 2025
1 parent 8f6830c commit bc005b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/net/SDP/SDPTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ public enum SDPMediaTypesEnum
data = 4,
control = 5,
image = 6,
message = 7
message = 7,
text = 8
}

public class SDPMediaTypes
Expand Down

0 comments on commit bc005b1

Please sign in to comment.