You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XEP-0167: Make ssrc attribute unsignedInt instead of generic string (#1446)
'ssrc' is no generic string, but an 32-bit unsigned integer.
The XEP text also says:
> The <description/> element MAY possess a 'ssrc' attribute that
> specifies the 32-bit synchronization source for this media stream,
> as defined in RFC 3550 [2].
so I'd argue that the XEP already required 'ssrc' to be a uint32 before.
0 commit comments