ringcentral / ringcentral-web-phone

RingCentral WebPhone Library for JavaScript WebRTC
https://ringcentral.github.io/ringcentral-web-phone
106 stars 74 forks source link

getNetworkType throwing an exception #347

Open Alex-us opened 1 year ago

Alex-us commented 1 year ago

Hi there, If I start a new call in RC, getNetworkType throwing an exception image image

Error happened because connectionType='wifi' an it cannot get networkType from undefined: var localNetwork = connectionType.local.networkType || ['unknown'];

WebPhone.version = '0.8.11';

Alex-us commented 1 year ago

This is happened on new Chrome ver 105