Dynacast support for data tracks#1662
Conversation
|
| optional DataTrackSchemaId schema = 6; | ||
|
|
||
| // Whether dynacast is enabled for this track. | ||
| bool is_dynacasted = 7; |
There was a problem hiding this comment.
I would drop this if not used. Easier to add later if needed. Just thinking about the feature, this should be needed in the model?
| optional DataTrackSchemaId schema = 5; | ||
|
|
||
| // Whether dynacast is enabled for this track. | ||
| bool is_dynacasted = 6; |
|
|
||
| // Number of participants currently subscribed to the track. Used | ||
| // by the publisher when dynacast is enabled for the track. | ||
| uint32 subscriber_count = 2; |
There was a problem hiding this comment.
this can be a boolean, I think counter is also fine, but it may not be accurate always, but that should be fine.
Closes BOT-446