Adding Java and Obj-C bindings for RtpEncodingParameters.ssrc.
BUG=webrtc:6903 Review-Url: https://codereview.webrtc.org/2581913002 Cr-Commit-Position: refs/heads/master@{#15936}
This commit is contained in:
@ -21,6 +21,7 @@ public class RtpParameters {
|
||||
public boolean active = true;
|
||||
// A null value means "no maximum bitrate".
|
||||
public Integer maxBitrateBps;
|
||||
public Long ssrc;
|
||||
}
|
||||
|
||||
public static class Codec {
|
||||
|
||||
Reference in New Issue
Block a user