metartc / metaRTC

A cross-platform webRTC SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

头文件中命名了相同名字的枚举,导致编译不过

lyd405121 opened this issue · comments

YangBittype.h:
error1

yangavtype.h:
error2

编译结果:
error3

我在写一个云游戏的架构,想用google的webrtc,但是编译有点困难
然后使用了libchannel,基本成功了,因为想看看其他的方案,所以看到B站的视频找到这里来
想问下本项目和libchannel相比有哪些优势?