SKInCallViewController+juphoon.h 555 B

12345678910111213141516171819202122232425
  1. //
  2. // SKInCallViewController+juphoon.h
  3. // SikeyComm
  4. //
  5. // Created by 刘振兴 on 2025/2/13.
  6. // Copyright © 2025 BaH Cy. All rights reserved.
  7. //
  8. #import "SKInCallViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface SKInCallViewController (juphoon)
  11. @property(nonatomic, strong) JCMediaDeviceVideoCanvas* jcLocalCanvas;
  12. @property(nonatomic, strong) JCMediaDeviceVideoCanvas* jcRemoteCanvas;
  13. - (void)updateUI:(NSNotification *)notification;
  14. - (NSString *)getNetStatus:(JCCallItem *)item;
  15. - (NSObject*)getRemoteCanvas;
  16. @end
  17. NS_ASSUME_NONNULL_END