【ICE】2:基于webrtc的 ice session设计及实现

工厂函数:CreateICESession_t

  • 外部声明,sdk内部实现。

创建IICESession :外部可见,内部也可见

/// Factory function prototype.  How you get this factory will depend on how you are linking with
/// this code.
typedef IICESession *( *CreateICESession_t )( const ICESessionConfig &cfg, IICESessionDelegate *pDelegate, 

你可能感兴趣的:(传输探索实践,webrtc)