VideoManager+juphoon.h 565 B

12345678910111213141516171819202122232425262728293031
  1. //
  2. // VideoManager+juphoon.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 (juphoon)
  11. - (BOOL)initJuphoon;
  12. - (void)loginJuphoon;
  13. - (void)logoutJuphoon;
  14. - (JCMediaDeviceVideoCanvas*)getLocalCanvas;
  15. - (JCMediaDeviceVideoCanvas*)getRemoteCanvas;
  16. - (BOOL)call:(NSString*)uid ticket:(NSString*)ticket;
  17. - (void)termJuphoon;
  18. - (void)switchCameraJuphoon;
  19. - (void)muteJuphoon;
  20. - (void)speakerJuphoon;
  21. @end
  22. NS_ASSUME_NONNULL_END