Files
yinmeng-ios/xplan-ios/Main/RTC/RtcDelegate.h

21 lines
299 B
C
Raw Normal View History

//
// RTCDelegate.h
// xplan-ios
//
// Created by zu on 2021/10/19.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@protocol RtcDelegate <NSObject>
/**
*/
- (void)usersSpeaking:(NSMutableArray * _Nullable)uids;
@end
NS_ASSUME_NONNULL_END