AVDEasyRoom.h
IntroductionUse the links in the table of contents to the left to access the documentation. ClassesProtocolsEnumerated TypesAVDOperateTypeenum AVDOperateType { ot_publishMicrophone = 1, ot_unpublishMicrophone = 2, ot_publishCamera = 3, ot_unpublishCamera = 4, ot_attachRender = 5, ot_detachRender = 6, }; Constants
Discussion异步操作类型. |