SWBroadcastOverlayViewController
class SWBroadcastOverlayViewController : SWBaseViewController, UIGestureRecognizerDelegate
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet weak var cancelBtnHieghtConstraint: NSLayoutConstraint!
-
Undocumented
Declaration
Swift
@IBOutlet weak var tableView: UITableView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var cancelButton: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet weak var backgroundImageView: UIImageView!
-
Undocumented
Declaration
Swift
var maxReferencesLimit: Int
-
Undocumented
Declaration
Swift
var referencesCount: Int
-
Undocumented
See moreDeclaration
Swift
enum BroadcastType
-
Undocumented
Declaration
Swift
var isParticipant: Bool
-
Undocumented
Declaration
Swift
var isBroadcaster: Bool
-
Undocumented
Declaration
Swift
var options: [String]
-
Undocumented
Declaration
Swift
var reportOptions: [String]
-
Undocumented
Declaration
Swift
weak var delegate: SWBroadcastOverlayViewControllerDelegate?
-
Undocumented
Declaration
Swift
var broadcastType: SWBroadcastOverlayViewController.BroadcastType
-
Undocumented
Declaration
Swift
var dismissCallback: (() -> Void)?
-
Undocumented
Declaration
Swift
var enableCommentsCallback: (() -> Void)?
-
Undocumented
Declaration
Swift
var disableCommentsCallback: (() -> Void)?
-
Undocumented
Declaration
Swift
var reportBroadcastState: Bool
-
Undocumented
Declaration
Swift
var broadcastId: Int
-
Undocumented
Declaration
Swift
var isCommentsEnabledByBroadcaster: Bool
-
Undocumented
Declaration
Swift
var isCommentsHiddenByViewer: Bool
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
override func viewDidAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
@objc func handleTap(_ sender: UITapGestureRecognizer)
-
Undocumented
Declaration
Swift
func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldReceive touch: UITouch) -> Bool
-
Undocumented
Declaration
Swift
func setEnableCommentsBlock(dismissBlock: @escaping () -> Void)
-
Undocumented
Declaration
Swift
func setDisableCommentsBlock(dismissBlock: @escaping () -> Void)
-
to pass a function which will executed
Declaration
Swift
func setDismissBlock(dismissBlock: @escaping () -> Void)
Parameters
dismissBlock
function which should be executed
-
determines the values to be shown to user to have invite options
Declaration
Swift
func fillOptionsAsPerTheRole()
-
Undocumented
Declaration
Swift
func fillReportoptions()
-
Undocumented
Declaration
Swift
@IBAction func cancelBottomTapped(_ sender: Any)
-
Undocumented
Declaration
Swift
func dismissView()
-
Undocumented
Declaration
Swift
func numberOfSections(in tableView: UITableView) -> Int
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView?
-
Undocumented
Declaration
Swift
func scrollViewDidScroll(_ scrollView: UIScrollView)
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
-
Undocumented
Declaration
Swift
private func setMicButtonTitleAndImage(_ sender: UIButton)
-
Undocumented
Declaration
Swift
private func setspeakerButtonTitleAndImage(_ sender: UIButton)
-
Undocumented
Declaration
Swift
@objc func muteMiceBtnClicked(_ sender: UIButton)
-
Undocumented
Declaration
Swift
@objc func muteSpeakerBtnClicked(_ sender: UIButton)
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)
-
to fill the table from downside up
Declaration
Swift
func updateTableContentInset()
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat
-
Undocumented
Declaration
Swift
func enableComments(_ broadcastId: Int)
-
Undocumented
Declaration
Swift
func disableComments(_ broadcastId: Int)