VideoManager+agora.h 428 B

12345678910111213141516171819202122232425
  1. //
  2. // VideoManager+agora.h
  3. // SikeyComm
  4. //
  5. // Created by 刘振兴 on 2025/2/11.
  6. // Copyright © 2025 BaH Cy. All rights reserved.
  7. //
  8. #import "VideoManager.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface VideoManager (agora)
  11. - (BOOL)initAgora;
  12. - (void)termAgora;
  13. - (void)clearAgora;
  14. - (void)joinChannel:(NSString*)token channelId:(NSString*)channelId uid:(NSUInteger)uid;
  15. - (void)switchCameraAgora;
  16. @end
  17. NS_ASSUME_NONNULL_END