Skip to content

Commit

Permalink
Merge pull request #48 from AgoraIO-Community/rtm-status-public
Browse files Browse the repository at this point in the history
RTM status public
  • Loading branch information
maxxfrazer authored Oct 12, 2021
2 parents 3c1c765 + e698071 commit 6dcecb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AgoraUIKit_iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'AgoraUIKit_iOS'
s.version = '4.0.0-preview.6'
s.version = '4.0.0-preview.7'
s.summary = 'Agora video session UIKit template.'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Sources/Agora-UIKit/AgoraUIKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public struct AgoraUIKit: Codable {
/// Framework type of UIKit. "native", "flutter", "reactnative"
fileprivate(set) var framework: String
/// Version of UIKit being used
static let version = "4.0.0-preview.6"
static let version = "4.0.0-preview.7"
/// Framework type of UIKit. "native", "flutter", "reactnative"
static let framework = "native"
#if os(iOS)
Expand Down
2 changes: 1 addition & 1 deletion Sources/Agora-UIKit/AgoraVideoViewer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ open class AgoraVideoViewer: MPView, SingleVideoViewDelegate {
}

/// Status of the RTM Engine
var rtmState: AgoraRtmController.RTMStatus {
public var rtmStatus: AgoraRtmController.RTMStatus {
if let rtmc = self.rtmController {
return rtmc.rtmStatus
} else if self.agSettings.rtmEnabled {
Expand Down

0 comments on commit 6dcecb9

Please sign in to comment.