id property
The unique identifier for the publish request.
- This
idis assigned exclusively by the SFU. Anyidset by the client in thePublishOptionwill be ignored and overwritten by the SFU. - The primary purpose of this
idis to uniquely identify each publish request, even in scenarios where multiple publish requests for the sametrack_typeandcodecare active simultaneously. For example:- A user may publish two tracks of the same type (e.g., video) and codec (e.g., VP9) concurrently.
- This uniqueness ensures that individual requests can be managed
independently. For instance, an
idis critical when stopping a specific publish request without affecting others.
Implementation
@$pb.TagNumber(8)
$core.int get id => $_getIZ(7);
Implementation
@$pb.TagNumber(8)
set id($core.int value) => $_setSignedInt32(7, value);