Abhishek Thapliyal

Results 15 issues of Abhishek Thapliyal

The circular image is coming from server we need to add and rotation and set after certain rotations to particular angle range how can we achieve that

On publisher disconnection, getting stream id empty so in that case cell, video visual stuck there. Please help we have a demo tomorrow. Console log attached ``` func session(_ session:...

I have just download Multi-party example and install in 3 different devices with same session token in all & 1 publisher and 2 subscriber generate token, I am getting a...

What is the solution for this issue?? In iPhone 8 it works fine, but in iPhone X, 11 it comes with white space

I'm using this library. How can i show HTML content in Label?

Warning: Error creating LLDB target at path '/Users/devashish/Library/Developer/Xcode/DerivedData/AudioQueueServicesExample-fnguvcmgehnqvxbhivgjtvqolate/Build/Products/Debug-iphonesimulator/AudioQueueServicesExample.app'- using an empty LLDB target which can cause slow memory reads from remote devices. 2016-04-29 13:30:42.922 AudioQueueServicesExample[4551:42031] **\* Assertion failure in -[UIApplication...

I have image view in cell. I called Stop action but it still shows in image view. ``` func removeShimmerView() { DispatchQueue.main.async { AMShimmer.stop(for: self) } } ```