更新时间:2020-06-18 10:04:04
typedef NS_ENUM(int,ARTVCFeedType){ ARTVCFeedTypeRemoteFeed = 0, //use builtin camera and microphone ARTVCFeedTypeLocalFeedDefault = 1, ARTVCFeedTypeLocalFeedCustomVideo = 2, ARTVCFeedTypeLocalFeedScreenCapture = 3,};
typedef NS_ENUM(int,ARTVCFeedType){
ARTVCFeedTypeRemoteFeed = 0,
//use builtin camera and microphone
ARTVCFeedTypeLocalFeedDefault = 1,
ARTVCFeedTypeLocalFeedCustomVideo = 2,
ARTVCFeedTypeLocalFeedScreenCapture = 3,
};
在文档使用中是否遇到以下问题
更多建议
在文档使用中是否遇到以下问题
更多建议
匿名提交