Commit 8201704e authored by 戴曦嘉's avatar 戴曦嘉
Browse files

2.6.3

parent 387df265
Pod::Spec.new do |s|
s.name = "BJLiveCore"
s.version = "2.6.2"
s.version = "2.6.3"
s.summary = "BJLiveCore SDK."
s.description = "BJLiveCore SDK for iOS."
......
......@@ -318,6 +318,9 @@ typedef NS_ENUM(NSInteger, BJLRoomState) {
*/
+ (void)uploadRTCLogWithURLString:(NSString *)urlString completion:(nullable void (^)(BOOL success, BJLError * _Nullable error))completion;
/** 上报用户行为 */
- (void)reportLogWithMessage:(NSString *)message;
@end
NS_ASSUME_NONNULL_END
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment