MeetingInfoType is undefined with latest WebSdk 1.8.6

declare enum MeetingInfoType {

'topic' = 'topic',

'host' = 'host',

'mn' = 'mn',

'pwd' = 'pwd',

'telPwd' = 'telPwd',

'invite' = 'invite',

'participant' = 'participant',

'dc' = 'dc',

'enctype' = 'enctype',

'report' = 'report'

}

can you try modefy MeetingInfoType define and pass typescript type check?
image