uyem
Version:
WebRTC client-server SFU application
7 lines (6 loc) • 373 B
TypeScript
interface State {
speaker: string | number;
}
export declare const changeSpeaker: import("@reduxjs/toolkit").ActionCreatorWithPayload<State, string>;
declare const storeSpeaker: import("@reduxjs/toolkit").EnhancedStore<State, import("redux").AnyAction, [import("redux-thunk").ThunkMiddleware<State, import("redux").AnyAction, undefined>]>;
export default storeSpeaker;