ref(config) Cleanup unused flags related to multi-stream mode.

This commit is contained in:
Jaya Allamsetty
2022-11-09 14:40:20 -05:00
parent 99385ae3d7
commit 6223e16ca5
3 changed files with 0 additions and 24 deletions

View File

@@ -88,16 +88,6 @@ type Props = AbstractProps & WithTranslation & {
*/
_popoverDisabled: boolean;
/**
* The source name of the track.
*/
_sourceName: string;
/**
* Whether source name signaling is enabled.
*/
_sourceNameSignalingEnabled: boolean;
/**
* Whether or not the component should ignore setting a visibility class for
* hiding the component when the connection quality is not strong.