Commit 5679a0aa by zhangyunjie

2.6.3.8.1-WebRTC.framework替换

parent e406a90f
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'OffcnLiveSDKiOS' s.name = 'OffcnLiveSDKiOS'
s.version = '2.6.3.8' s.version = '2.6.3.8.1'
s.summary = 'OffcnLiveSDKiOS.' s.summary = 'OffcnLiveSDKiOS.'
s.description = <<-DESC s.description = <<-DESC
......
...@@ -39,7 +39,7 @@ static const char *ZGWebrtcVersion = "0.1.20"; ...@@ -39,7 +39,7 @@ static const char *ZGWebrtcVersion = "0.1.20";
@param userID 推流用户ID @param userID 推流用户ID
*/ */
- (void)setPublisher:(NSString *)userID; - (void)setPublisher:(NSString *)userID isCalled:(BOOL)bCalled;
/** /**
推流用户设置服务器sdp 推流用户设置服务器sdp
......
...@@ -28,7 +28,6 @@ RTC_OBJC_EXPORT ...@@ -28,7 +28,6 @@ RTC_OBJC_EXPORT
- (void)addAudioSink:(RTCAudioSink*) audioSink; - (void)addAudioSink:(RTCAudioSink*) audioSink;
- (void)removeAudioSink; - (void)removeAudioSink;
- (void)setVolume:(double)volume; - (void)setVolume:(double)volume;
@end @end
NS_ASSUME_NONNULL_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