SourceMediaNodeEvents type
Signature:
export type SourceMediaNodeEvents = {
outboundContextChange: (streams: StreamMetadata[]) => void;
} & MediaNodeStateEvents;
References: StreamMetadata, MediaNodeStateEvents
Signature:
export type SourceMediaNodeEvents = {
outboundContextChange: (streams: StreamMetadata[]) => void;
} & MediaNodeStateEvents;
References: StreamMetadata, MediaNodeStateEvents