@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
19 lines • 634 B
JavaScript
import { CallingPackage } from "../CallingPackage";
const CometChatCalls = CallingPackage.CometChatCalls;
export class OutgoingCallConfiguration {
disableSoundForCalls;
customSoundForCalls;
callSettingsBuilder; // TODO: maybe not required
onEndCallButtonPressed;
style;
TitleView;
SubtitleView;
AvatarView;
EndCallView;
constructor(params) {
this.disableSoundForCalls = params.disableSoundForCalls;
this.customSoundForCalls = params.customSoundForCalls;
this.callSettingsBuilder = params.callSettingsBuilder;
}
}
//# sourceMappingURL=OutgoingCallConfiguration.js.map