Zubin Gala

Results 3 issues of Zubin Gala

``` func htmlAttributed(size: CGFloat) -> NSAttributedString? { do { let htmlCSSString = "" + "html *" + "{" + "font-size: \(size)pt !important;" + "} \(self)" guard let data = htmlCSSString.data(using:...

I'm trying to implement maxVideoSession = 6. But, sometimes when 3 or more people join cannot see third view. Can someone help me here. ``` func updateBroadcastersView() { // video...

I'm using the following in landscape mode & using through XIB, so I want the bubble to be 70% of the screen size if the text is large. And if...