webrtc-sdk / webrtc

BSD 3-Clause "New" or "Revised" License
225 stars 89 forks source link

Fix missing `RTC_OBJC_TYPE` macros #100

Closed hiroshihorie closed 11 months ago

hiroshihorie commented 11 months ago

Some symbols are missing RTC_OBJC_TYPE macro, this is required for prefixing. Prefix will be applied by defining RTC_OBJC_TYPE_PREFIX in RTCMacros.h and compiling.