UNPKG

@azure/communication-react

Version:

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

14 lines 729 B
import { CreateViewOptions } from '@azure/communication-calling'; import { CallContext } from './CallContext'; import { CallFeatureStreamState, CreateViewResult } from './index-public'; import { InternalCallContext } from './InternalCallContext'; /** * @private * */ export declare function createView(context: CallContext, internalContext: InternalCallContext, callId: string | undefined, stream: CallFeatureStreamState, options?: CreateViewOptions): Promise<CreateViewResult | undefined>; /** * @private */ export declare function disposeView(context: CallContext, internalContext: InternalCallContext, callId: string | undefined, stream: CallFeatureStreamState): void; //# sourceMappingURL=CallFeatureStreamUtils.d.ts.map