Hemalatha c arun Posted February 8 Share Posted February 8 Hi Team, Create sample plugin using this link https://github.com/ant-media/Plugins/tree/master/SamplePlugin, Rest API's are working , but when join Room and leaving Room unable to see console log and even added server log both unable see. Please help me out, what steps follow to get those logs or server logs path. used below code sinppets protected static Logger logger = LoggerFactory.getLogger(SamplePlugin.class); logger.error("Stream Started: " + streamId); Link to comment Share on other sites More sharing options...
0 Tim Posted February 9 Share Posted February 9 Hi, thanks for reaching out. What is the functionality of your plugin or are you just trying to run the sample plugin but its not working as you expect e.g not logging anything? When you say the console log, do you mean the browser console log or something else? Can you provide some more details on what you are trying to do so we can assist. Link to comment Share on other sites More sharing options...
0 Hemalatha c arun Posted February 9 Author Share Posted February 9 Hi Tim, yes browser console log even added logger.info also not showing in application, Actually , in my use case, used javascript SDK to open conference page , when I click on joinRoom on page , need to authenticate from other server, so I am trying add functionality. In webhook url authentication unable to send extra params, do validate the use. Please suggest me on this. Thanks Link to comment Share on other sites More sharing options...
Question
Hemalatha c arun
Hi Team,
Create sample plugin using this link https://github.com/ant-media/Plugins/tree/master/SamplePlugin, Rest API's are working , but when join Room and leaving Room unable to see console log and even added server log both unable see.
Please help me out, what steps follow to get those logs or server logs path.
used below code sinppets
protected static Logger logger = LoggerFactory.getLogger(SamplePlugin.class);
logger.error("Stream Started: " + streamId);
Link to comment
Share on other sites
Top Posters For This Question
2
1
Popular Days
Feb 9
2
Feb 8
1
Top Posters For This Question
Hemalatha c arun 2 posts
Tim 1 post
Popular Days
Feb 9 2023
2 posts
Feb 8 2023
1 post
2 answers to this question
Recommended Posts