I am trying to integrate MS Bot developed in node js with webex teams using botbuilder webex adapter as follows
//creating webex adapter for bot channel
const adapter = new WebexAdapter({
access_token: process.env.ACCESS_TOKEN,
public_address: process.env.PUBLIC_ADDRESS,
secret: process.env.SECRET });
when try to run I am getting this warning message Need some solution for this.