chengyanfang

sdk upgrade

Showing 40 changed files with 3 additions and 1 deletions
Pod::Spec.new do |s|
s.name = "HHMedicSDK"
s.version = "3.1.2.050620"
s.version = "3.1.2.050714"
s.summary = "和缓基础SDK"
s.description = <<-DESC
... ...
... ... @@ -1440,6 +1440,7 @@ public struct EKSimpleMessage {
public protocol HHRTCDelegate : ObjectiveC.NSObject {
func onEnterRoom()
func checkHasAccept(_ isCmd: Swift.Bool, volumn: Swift.Int)
func switchVideo(_ isToAudio: Swift.Bool)
func onOtherViewAvailable(_ availableUserId: Swift.String, isAvailable: Swift.Bool)
func onRemoteUserEnterRoom(_ userId: Swift.String)
func onRemoteUserLeaveRoom(_ userId: Swift.String)
... ...
... ... @@ -1440,6 +1440,7 @@ public struct EKSimpleMessage {
public protocol HHRTCDelegate : ObjectiveC.NSObject {
func onEnterRoom()
func checkHasAccept(_ isCmd: Swift.Bool, volumn: Swift.Int)
func switchVideo(_ isToAudio: Swift.Bool)
func onOtherViewAvailable(_ availableUserId: Swift.String, isAvailable: Swift.Bool)
func onRemoteUserEnterRoom(_ userId: Swift.String)
func onRemoteUserLeaveRoom(_ userId: Swift.String)
... ...