UNPKG

@azure/communication-react

Version:

React library for building modern communication user experiences utilizing Azure Communication Services

18 lines 616 B
import { TogetherModeVideoStream } from '@azure/communication-calling'; import { CallContext } from './CallContext'; import { CallIdRef } from './CallIdRef'; /** * @private */ export declare class TogetherModeVideoStreamSubscriber { private _callIdRef; private _togetherModeStream; private _context; constructor(callIdRef: CallIdRef, stream: TogetherModeVideoStream, context: CallContext); private subscribe; unsubscribe: () => void; private isAvailableChanged; private isReceivingChanged; private isSizeChanged; } //# sourceMappingURL=TogetherModeVideoStreamSubscriber.d.ts.map