mohammadshalhoob

Results 8 comments of mohammadshalhoob

what we need to do to align all elements , i will help with Align all the elements . thank you

this code work with me guard let vacanceDetailsTableViewController = AppDelegate.storyboard.instantiateViewController(withIdentifier: "vacanceDetailsTableViewController") as? vacanceDetailsTableViewController else{completionHandler(.noData);return} vacanceDetailsTableViewController.id = Int(id) ?? 0 vacanceDetailsTableViewController.getVacanceData = true guard let SSASideMenuView = AppDelegate.storyboard.instantiateViewController(withIdentifier: "SSASideMenuView") as? SSASideMenu...

and this to git top view with ssasidemenu public class func topViewController(_ base: UIViewController? = UIApplication.shared.keyWindow?.rootViewController,returnNav:Bool=false) -> UIViewController? { if let SSASide = base as? SSASideMenu { if let nav...

i fix it like this : let options = [kCRToastTextKey:"Hello World!",kCRToastTextAlignmentKey:NSNumber(value: NSTextAlignment.center.rawValue),kCRToastBackgroundColorKey:UIColor.black,kCRToastAnimationInTypeKey:NSNumber(value:CRToastAnimationType.gravity.rawValue),kCRToastAnimationOutTypeKey:NSNumber(value:CRToastAnimationType.gravity.rawValue),kCRToastAnimationInDirectionKey:NSNumber(value:CRToastAnimationDirection.left.rawValue),kCRToastAnimationOutDirectionKey:NSNumber(value:CRToastAnimationDirection.right.rawValue),kCRToastTimeIntervalKey:NSNumber(value:10.0)] as [String : Any]

i fix this bug by remove any special characters in publish or subscribe stream name , and its work .

i use R5AdaptiveBitrateController for publishStream , is that help or i need to remove it .

i add resolution and bitrate for publisher ex: video-: let camera = R5Camera(device: videoDevice, andBitRate: 500) camera?.width = 320 camera?.height = 240 camera?.orientation = 90 audio -: let microphone =...