I have got the following link for integrating Genesys webrtc sdk into custom web application.
I want to replicate the same for mobile application in flutter, do any one has links to necessary resources for integrating Webrtc softphone into flutter.
While there's no specific guidance on integration into flutter, you could implement a web-based version of the softphone using WebView in Flutter for web applications.
Note: This is just one suggestion out of many ways to handle your use case.