File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
packages/react-composites/src/composites/CallComposite/hooks Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,8 @@ const adaptCompositeState = (compositeState: CallAdapterState): CallClientState
134
134
// just displaying them in some UI surface) will continue to work for these operations. Handling of
135
135
// specific operations (e.g., acting on errors related to permission issues) will ignore these operations.
136
136
compositeState . latestErrors as CallErrors ,
137
- /* @conditional -compile-remove(breakout-rooms) */ compositeState . latestNotifications as CallNotifications ,
137
+ undefined ||
138
+ /* @conditional -compile-remove(breakout-rooms) */ ( compositeState . latestNotifications as CallNotifications ) ,
138
139
compositeState . displayName ,
139
140
compositeState . alternateCallerId ,
140
141
compositeState . environmentInfo
You can’t perform that action at this time.
0 commit comments