@@ -371,9 +371,9 @@ export class CometChatCallButtonsComponent {
371
371
} ;
372
372
}
373
373
}
374
- CometChatCallButtonsComponent . ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "13.3.12 " , ngImport : i0 , type : CometChatCallButtonsComponent , deps : [ { token : i0 . ChangeDetectorRef } , { token : i1 . CometChatThemeService } ] , target : i0 . ɵɵFactoryTarget . Component } ) ;
375
- CometChatCallButtonsComponent . ɵcmp = i0 . ɵɵngDeclareComponent ( { minVersion : "12.0.0" , version : "13.3.12" , type : CometChatCallButtonsComponent , selector : "cometchat-call-buttons" , inputs : { user : "user" , group : "group" , voiceCallIconURL : "voiceCallIconURL" , voiceCallIconText : "voiceCallIconText" , voiceCallIconHoverText : "voiceCallIconHoverText" , videoCallIconURL : "videoCallIconURL" , videoCallIconText : "videoCallIconText" , videoCallIconHoverText : "videoCallIconHoverText" , onVoiceCallClick : "onVoiceCallClick" , onVideoCallClick : "onVideoCallClick" , onError : "onError" , callButtonsStyle : "callButtonsStyle" , outgoingCallConfiguration : "outgoingCallConfiguration" , ongoingCallConfiguration : "ongoingCallConfiguration" } , ngImport : i0 , template : "<div class=\"cc-call-buttons__wrapper\" [ngStyle]=\"wrapperStyle()\">\n <div class=\"cc-call-buttons-buttons\">\n <cometchat-button [disabled]=\"disableButtons ? true : false\" *ngIf=\"user\" (cc-button-clicked)=\"initiateAudioCall()\"\n [buttonStyle]=\"getVoiceCallButtonStyle(disableButtons)\" [text]=\"voiceCallIconText\"\n [hoverText]=\"voiceCallIconHoverText\" [iconURL]=\"voiceCallIconURL\"></cometchat-button>\n <cometchat-button [disabled]=\"disableButtons ? true : false\" *ngIf=\"user || group\"\n (cc-button-clicked)=\"initiateVideoCall()\" [buttonStyle]=\"getVideoCallButtonStyle(disableButtons)\"\n [text]=\"videoCallIconText\" [hoverText]=\"videoCallIconHoverText\" [iconURL]=\"videoCallIconURL\"></cometchat-button>\n </div>\n</div>\n<cometchat-ongoing-call *ngIf=\"showOngoingCall\" [maximizeIconURL]=\"ongoingCallConfiguration.maximizeIconURL\"\n [minimizeIconURL]=\"ongoingCallConfiguration.minimizeIconURL\"\n [ongoingCallStyle]=\"ongoingCallConfiguration.ongoingCallStyle || ongoingCallStyle\" [sessionID]=\"sessionId\"\n [callSettingsBuilder]=\"getCallBuilder()!\"></cometchat-ongoing-call>\n<cometchat-backdrop *ngIf=\"showOutgoingCallscreen\">\n <cometchat-outgoing-call [customSoundForCalls]=\"outgoingCallConfiguration.customSoundForCalls\"\n [onError]=\"outgoingCallConfiguration.onError\"\n [disableSoundForCalls]=\"outgoingCallConfiguration.disableSoundForCalls\"\n [avatarStyle]=\"outgoingCallConfiguration.avatarStyle\" [customView]=\"outgoingCallConfiguration.customView\"\n [declineButtonIconURL]=\"outgoingCallConfiguration.declineButtonIconURL\"\n [onCloseClicked]=\"outgoingCallConfiguration.onCloseClicked || cancelOutgoingCall\"\n [outgoingCallStyle]=\"outgoingCallConfiguration.outgoingCallStyle || outgoingCallStyle\"\n [call]=\"call!\"></cometchat-outgoing-call>\n</cometchat-backdrop>" , styles : [ ".cc-call-buttons__wrapper{height:100%;width:100%}.cc-call-buttons-buttons{display:flex;gap:8px}\n" ] , components : [ { type : i2 . CometChatOngoingCallComponent , selector : "cometchat-ongoing-call" , inputs : [ "ongoingCallStyle" , "resizeIconHoverText" , "sessionID" , "minimizeIconURL" , "maximizeIconURL" , "callSettingsBuilder" , "callWorkflow" , "onError" ] } , { type : i3 . CometChatOutgoingCallComponent , selector : "cometchat-outgoing-call" , inputs : [ "call" , "declineButtonText" , "declineButtonIconURL" , "customView" , "onError" , "disableSoundForCalls" , "customSoundForCalls" , "avatarStyle" , "outgoingCallStyle" , "onCloseClicked" ] } ] , directives : [ { type : i4 . NgStyle , selector : "[ngStyle]" , inputs : [ "ngStyle" ] } , { type : i4 . NgIf , selector : "[ngIf]" , inputs : [ "ngIf" , "ngIfThen" , "ngIfElse" ] } ] , changeDetection : i0 . ChangeDetectionStrategy . OnPush } ) ;
376
- i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "13.3.12 " , ngImport : i0 , type : CometChatCallButtonsComponent , decorators : [ {
374
+ CometChatCallButtonsComponent . ɵfac = i0 . ɵɵngDeclareFactory ( { minVersion : "12.0.0" , version : "13.3.11 " , ngImport : i0 , type : CometChatCallButtonsComponent , deps : [ { token : i0 . ChangeDetectorRef } , { token : i1 . CometChatThemeService } ] , target : i0 . ɵɵFactoryTarget . Component } ) ;
375
+ CometChatCallButtonsComponent . ɵcmp = i0 . ɵɵngDeclareComponent ( { minVersion : "12.0.0" , version : "13.3.11" , type : CometChatCallButtonsComponent , selector : "cometchat-call-buttons" , inputs : { user : "user" , group : "group" , voiceCallIconURL : "voiceCallIconURL" , voiceCallIconText : "voiceCallIconText" , voiceCallIconHoverText : "voiceCallIconHoverText" , videoCallIconURL : "videoCallIconURL" , videoCallIconText : "videoCallIconText" , videoCallIconHoverText : "videoCallIconHoverText" , onVoiceCallClick : "onVoiceCallClick" , onVideoCallClick : "onVideoCallClick" , onError : "onError" , callButtonsStyle : "callButtonsStyle" , outgoingCallConfiguration : "outgoingCallConfiguration" , ongoingCallConfiguration : "ongoingCallConfiguration" } , ngImport : i0 , template : "<div class=\"cc-call-buttons__wrapper\" [ngStyle]=\"wrapperStyle()\">\n <div class=\"cc-call-buttons-buttons\">\n <cometchat-button [disabled]=\"disableButtons ? true : false\" *ngIf=\"user\" (cc-button-clicked)=\"initiateAudioCall()\"\n [buttonStyle]=\"getVoiceCallButtonStyle(disableButtons)\" [text]=\"voiceCallIconText\"\n [hoverText]=\"voiceCallIconHoverText\" [iconURL]=\"voiceCallIconURL\"></cometchat-button>\n <cometchat-button [disabled]=\"disableButtons ? true : false\" *ngIf=\"user || group\"\n (cc-button-clicked)=\"initiateVideoCall()\" [buttonStyle]=\"getVideoCallButtonStyle(disableButtons)\"\n [text]=\"videoCallIconText\" [hoverText]=\"videoCallIconHoverText\" [iconURL]=\"videoCallIconURL\"></cometchat-button>\n </div>\n</div>\n<cometchat-ongoing-call *ngIf=\"showOngoingCall\" [maximizeIconURL]=\"ongoingCallConfiguration.maximizeIconURL\"\n [minimizeIconURL]=\"ongoingCallConfiguration.minimizeIconURL\"\n [ongoingCallStyle]=\"ongoingCallConfiguration.ongoingCallStyle || ongoingCallStyle\" [sessionID]=\"sessionId\"\n [callSettingsBuilder]=\"getCallBuilder()!\"></cometchat-ongoing-call>\n<cometchat-backdrop *ngIf=\"showOutgoingCallscreen\">\n <cometchat-outgoing-call [customSoundForCalls]=\"outgoingCallConfiguration.customSoundForCalls\"\n [onError]=\"outgoingCallConfiguration.onError\"\n [disableSoundForCalls]=\"outgoingCallConfiguration.disableSoundForCalls\"\n [avatarStyle]=\"outgoingCallConfiguration.avatarStyle\" [customView]=\"outgoingCallConfiguration.customView\"\n [declineButtonIconURL]=\"outgoingCallConfiguration.declineButtonIconURL\"\n [onCloseClicked]=\"outgoingCallConfiguration.onCloseClicked || cancelOutgoingCall\"\n [outgoingCallStyle]=\"outgoingCallConfiguration.outgoingCallStyle || outgoingCallStyle\"\n [call]=\"call!\"></cometchat-outgoing-call>\n</cometchat-backdrop>" , styles : [ ".cc-call-buttons__wrapper{height:100%;width:100%}.cc-call-buttons-buttons{display:flex;gap:8px}\n" ] , components : [ { type : i2 . CometChatOngoingCallComponent , selector : "cometchat-ongoing-call" , inputs : [ "ongoingCallStyle" , "resizeIconHoverText" , "sessionID" , "minimizeIconURL" , "maximizeIconURL" , "callSettingsBuilder" , "callWorkflow" , "onError" ] } , { type : i3 . CometChatOutgoingCallComponent , selector : "cometchat-outgoing-call" , inputs : [ "call" , "declineButtonText" , "declineButtonIconURL" , "customView" , "onError" , "disableSoundForCalls" , "customSoundForCalls" , "avatarStyle" , "outgoingCallStyle" , "onCloseClicked" ] } ] , directives : [ { type : i4 . NgStyle , selector : "[ngStyle]" , inputs : [ "ngStyle" ] } , { type : i4 . NgIf , selector : "[ngIf]" , inputs : [ "ngIf" , "ngIfThen" , "ngIfElse" ] } ] , changeDetection : i0 . ChangeDetectionStrategy . OnPush } ) ;
376
+ i0 . ɵɵngDeclareClassMetadata ( { minVersion : "12.0.0" , version : "13.3.11 " , ngImport : i0 , type : CometChatCallButtonsComponent , decorators : [ {
377
377
type : Component ,
378
378
args : [ { selector : "cometchat-call-buttons" , changeDetection : ChangeDetectionStrategy . OnPush , template : "<div class=\"cc-call-buttons__wrapper\" [ngStyle]=\"wrapperStyle()\">\n <div class=\"cc-call-buttons-buttons\">\n <cometchat-button [disabled]=\"disableButtons ? true : false\" *ngIf=\"user\" (cc-button-clicked)=\"initiateAudioCall()\"\n [buttonStyle]=\"getVoiceCallButtonStyle(disableButtons)\" [text]=\"voiceCallIconText\"\n [hoverText]=\"voiceCallIconHoverText\" [iconURL]=\"voiceCallIconURL\"></cometchat-button>\n <cometchat-button [disabled]=\"disableButtons ? true : false\" *ngIf=\"user || group\"\n (cc-button-clicked)=\"initiateVideoCall()\" [buttonStyle]=\"getVideoCallButtonStyle(disableButtons)\"\n [text]=\"videoCallIconText\" [hoverText]=\"videoCallIconHoverText\" [iconURL]=\"videoCallIconURL\"></cometchat-button>\n </div>\n</div>\n<cometchat-ongoing-call *ngIf=\"showOngoingCall\" [maximizeIconURL]=\"ongoingCallConfiguration.maximizeIconURL\"\n [minimizeIconURL]=\"ongoingCallConfiguration.minimizeIconURL\"\n [ongoingCallStyle]=\"ongoingCallConfiguration.ongoingCallStyle || ongoingCallStyle\" [sessionID]=\"sessionId\"\n [callSettingsBuilder]=\"getCallBuilder()!\"></cometchat-ongoing-call>\n<cometchat-backdrop *ngIf=\"showOutgoingCallscreen\">\n <cometchat-outgoing-call [customSoundForCalls]=\"outgoingCallConfiguration.customSoundForCalls\"\n [onError]=\"outgoingCallConfiguration.onError\"\n [disableSoundForCalls]=\"outgoingCallConfiguration.disableSoundForCalls\"\n [avatarStyle]=\"outgoingCallConfiguration.avatarStyle\" [customView]=\"outgoingCallConfiguration.customView\"\n [declineButtonIconURL]=\"outgoingCallConfiguration.declineButtonIconURL\"\n [onCloseClicked]=\"outgoingCallConfiguration.onCloseClicked || cancelOutgoingCall\"\n [outgoingCallStyle]=\"outgoingCallConfiguration.outgoingCallStyle || outgoingCallStyle\"\n [call]=\"call!\"></cometchat-outgoing-call>\n</cometchat-backdrop>" , styles : [ ".cc-call-buttons__wrapper{height:100%;width:100%}.cc-call-buttons-buttons{display:flex;gap:8px}\n" ] } ]
379
379
} ] , ctorParameters : function ( ) { return [ { type : i0 . ChangeDetectorRef } , { type : i1 . CometChatThemeService } ] ; } , propDecorators : { user : [ {
0 commit comments