mesibo / samples

Mesibo Samples
55 stars 61 forks source link

threading violation: expected the main thread #54

Open Mayuramipara94 opened 4 years ago

Mayuramipara94 commented 4 years ago

create flutter channel and call this method from ios native am getting this error "threading violation: expected the main thread"

MesiboCall.sharedInstance()?.call(UIViewController.current(), callid: Mesibo.getInstance()!.random(), address: user.address, video: false, incoming: false)

in your flutter demo only available flutter to android code please provided flutter ios sample.