pjproject icon indicating copy to clipboard operation
pjproject copied to clipboard

Swift pjsua2 - Add video support

Open Truong-Thanh-Quang opened this issue 2 years ago • 2 comments

Please add pjsua2 video support to ios-swift-pjsua2. @emretufekci : Please advice me some where to go. Thanks!

Truong-Thanh-Quang avatar Apr 08 '22 09:04 Truong-Thanh-Quang

Hi @Truong-Thanh-Quang ,

Actually what i done it is only sample project, i haven't included anything to the original pjsip. The project is just example of how can we wrap the pjsua library to be able to use it via swift.

So, just check the original pjsua/pjsua2 sample projects and then wrap the functions which one do you want.

Check sample .cpp functions instead swift/objc projects because of we're handle all of them via our wrapper class. .CPP<->Obj-C++<->Obj-C<->Swift

emretufekci avatar Apr 09 '22 00:04 emretufekci

Thank you, Emre TUFEKCI.

Truong-Thanh-Quang avatar Apr 09 '22 21:04 Truong-Thanh-Quang

Please check #3381

sauwming avatar Feb 21 '23 07:02 sauwming