freeswitch-esl 实现广播功能

  • 使用场景:
发起广播时候,只有发起者可以发出声音,下面设备都只听到发起者声音,其他人不能发声
  • 代码如下:
#include 
#include 
#include 

class FreeSwitchManager {
   
public:
    FreeSwitchManager(const std::string& host, int port, const std::string& password)
        : host_

你可能感兴趣的:(qt,音视频,c++)