@@ -126,7 +126,6 @@ export class CallSubscriber {
126126 private subscribe = ( ) : void => {
127127 this . _call . on ( 'stateChanged' , this . stateChanged ) ;
128128 this . _call . on ( 'stateChanged' , this . initCaptionSubscriber ) ;
129- /* @conditional -compile-remove(teams-meeting-conference) */
130129 this . _call . on ( 'stateChanged' , this . initTeamsMeetingConference ) ;
131130 /* @conditional -compile-remove(local-recording-notification) */
132131 this . _call . on ( 'stateChanged' , this . initLocalRecordingNotificationSubscriber ) ;
@@ -170,7 +169,7 @@ export class CallSubscriber {
170169 this . _call . off ( 'stateChanged' , this . initCaptionSubscriber ) ;
171170 /* @conditional -compile-remove(local-recording-notification) */
172171 this . _call . off ( 'stateChanged' , this . initLocalRecordingNotificationSubscriber ) ;
173- /* @conditional -compile-remove(teams-meeting-conference) */
172+
174173 this . _call . off ( 'stateChanged' , this . initTeamsMeetingConference ) ;
175174 this . _call . off ( 'idChanged' , this . idChanged ) ;
176175 this . _call . off ( 'isScreenSharingOnChanged' , this . isScreenSharingOnChanged ) ;
@@ -253,7 +252,6 @@ export class CallSubscriber {
253252 }
254253 } ;
255254
256- /* @conditional -compile-remove(teams-meeting-conference) */
257255 private initTeamsMeetingConference = ( ) : void => {
258256 if ( this . _call . state === 'Connected' ) {
259257 this . _call
0 commit comments