Status of Video Call support on iOS

AG
Anil Giri
Tue, Feb 12, 2013 10:17 AM

Hi All,

While the PJSIP documentation wiki (
http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone) clearly mentions
that "Note: video (from 2.x) is not yet supported on iOS." that video
call on iOS is not yet supported, I can see video related iOS specific code
in the project folders.

The PJMEDIA_VIDEO_DEV_HAS_IOS flag and the following file specifically
appear to be working with video on iOS:

http://trac.pjsip.org/repos/browser/pjproject/branches/projects/2.0-dev/pjmedia/src/pjmedia-videodev/ios_dev.m

Can somebody please update on the current actual status of video call
support on iOS (iPhone / iPod)?

Thanks,
Anil,

Hi All, While the PJSIP documentation wiki ( http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone) clearly mentions that *"Note: video (from 2.x) is not yet supported on iOS."* that video call on iOS is not yet supported, I can see video related iOS specific code in the project folders. The PJMEDIA_VIDEO_DEV_HAS_IOS flag and the following file specifically appear to be working with video on iOS: http://trac.pjsip.org/repos/browser/pjproject/branches/projects/2.0-dev/pjmedia/src/pjmedia-videodev/ios_dev.m Can somebody please update on the current actual status of video call support on iOS (iPhone / iPod)? Thanks, Anil,
SV
Samuel Vinson
Tue, Feb 12, 2013 10:12 PM

Hi Anil,

I have a version that works with iOS. But there is an issue with the
rotation.
And the implementation doesn't use OpenGL.

Otherwise, you should use SDL.

Samuel

Le 12/02/13 11:17, Anil Giri a écrit :

Hi All,

While the PJSIP documentation wiki
(http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone) clearly
mentions that "Note: video (from 2.x) is not yet supported on iOS."
that video call on iOS is not yet supported, I can see video related
iOS specific code in the project folders.

The PJMEDIA_VIDEO_DEV_HAS_IOS flag and the following file specifically
appear to be working with video on iOS:

http://trac.pjsip.org/repos/browser/pjproject/branches/projects/2.0-dev/pjmedia/src/pjmedia-videodev/ios_dev.m

Can somebody please update on the current actual status of video call
support on iOS (iPhone / iPod)?

Thanks,
Anil,


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi Anil, I have a version that works with iOS. But there is an issue with the rotation. And the implementation doesn't use OpenGL. Otherwise, you should use SDL. Samuel Le 12/02/13 11:17, Anil Giri a écrit : > Hi All, > > While the PJSIP documentation wiki > (http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone) clearly > mentions that _"Note: video (from 2.x) is not yet supported on iOS."_ > that video call on iOS is not yet supported, I can see video related > iOS specific code in the project folders. > > The PJMEDIA_VIDEO_DEV_HAS_IOS flag and the following file specifically > appear to be working with video on iOS: > > http://trac.pjsip.org/repos/browser/pjproject/branches/projects/2.0-dev/pjmedia/src/pjmedia-videodev/ios_dev.m > > Can somebody please update on the current actual status of video call > support on iOS (iPhone / iPod)? > > Thanks, > Anil, > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
AG
Anil Giri
Wed, Feb 13, 2013 12:38 PM

Samuel,

Thanks for the reply. I suppose the version you have, has changes that are
not available in the hosted PJSIP code.

Regarding SDL, my understanding is that it works on the desktop platforms,
but doesn't support iOS. Hence, on iOS there needs to be an native device
interface using AVFoundation API. There also appears to be some effort in
that direction, in the existing code. Isn't it? Can the developers provide
some inputs please?

Anil.

On Wed, Feb 13, 2013 at 3:42 AM, Samuel Vinson samuelv@laposte.net wrote:

Hi Anil,

I have a version that works with iOS. But there is an issue with the
rotation.
And the implementation doesn't use OpenGL.

Otherwise, you should use SDL.

Samuel

Le 12/02/13 11:17, Anil Giri a écrit :

Hi All,

While the PJSIP documentation wiki (
http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone) clearly mentions
that "Note: video (from 2.x) is not yet supported on iOS." that video
call on iOS is not yet supported, I can see video related iOS specific code
in the project folders.

The PJMEDIA_VIDEO_DEV_HAS_IOS flag and the following file specifically
appear to be working with video on iOS:

http://trac.pjsip.org/repos/browser/pjproject/branches/projects/2.0-dev/pjmedia/src/pjmedia-videodev/ios_dev.m

Can somebody please update on the current actual status of video call
support on iOS (iPhone / iPod)?

Thanks,
Anil,


Visit our blog: http://blog.pjsip.org

pjsip mailing listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Samuel, Thanks for the reply. I suppose the version you have, has changes that are not available in the hosted PJSIP code. Regarding SDL, my understanding is that it works on the desktop platforms, but doesn't support iOS. Hence, on iOS there needs to be an native device interface using AVFoundation API. There also appears to be some effort in that direction, in the existing code. Isn't it? Can the developers provide some inputs please? Anil. On Wed, Feb 13, 2013 at 3:42 AM, Samuel Vinson <samuelv@laposte.net> wrote: > Hi Anil, > > I have a version that works with iOS. But there is an issue with the > rotation. > And the implementation doesn't use OpenGL. > > Otherwise, you should use SDL. > > Samuel > > Le 12/02/13 11:17, Anil Giri a écrit : > > Hi All, > > While the PJSIP documentation wiki ( > http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone) clearly mentions > that *"Note: video (from 2.x) is not yet supported on iOS."* that video > call on iOS is not yet supported, I can see video related iOS specific code > in the project folders. > > The PJMEDIA_VIDEO_DEV_HAS_IOS flag and the following file specifically > appear to be working with video on iOS: > > > http://trac.pjsip.org/repos/browser/pjproject/branches/projects/2.0-dev/pjmedia/src/pjmedia-videodev/ios_dev.m > > Can somebody please update on the current actual status of video call > support on iOS (iPhone / iPod)? > > Thanks, > Anil, > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
SV
Samuel Vinson
Thu, Feb 28, 2013 10:25 PM

Anil,

I release the ios_dev.m file on
http://code.google.com/p/siphon/downloads/list.
Currently there are some performance issues, but it works with H263 codec.

Logically SDL works on iOS, but iOS is a mobile platform and we should
limit the using of libraries/frameworks.
If someone updates my implementation or fixes some issues, I accept them
to share with other users.

Regards

Samuel

Le 13/02/13 13:38, Anil Giri a écrit :

Samuel,

Thanks for the reply. I suppose the version you have, has changes that
are not available in the hosted PJSIP code.

Regarding SDL, my understanding is that it works on the desktop
platforms, but doesn't support iOS. Hence, on iOS there needs to be an
native device interface using AVFoundation API. There also appears to
be some effort in that direction, in the existing code. Isn't it? Can
the developers provide some inputs please?

Anil.

On Wed, Feb 13, 2013 at 3:42 AM, Samuel Vinson <samuelv@laposte.net
mailto:samuelv@laposte.net> wrote:

 Hi Anil,

 I have a version that works with iOS. But there is an issue with
 the rotation.
 And the implementation doesn't use OpenGL.

 Otherwise, you should use SDL.

 Samuel

 Le 12/02/13 11:17, Anil Giri a écrit :
 Hi All,

 While the PJSIP documentation wiki
 (http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone) clearly
 mentions that _"Note: video (from 2.x) is not yet supported on
 iOS."_ that video call on iOS is not yet supported, I can see
 video related iOS specific code in the project folders.

 The PJMEDIA_VIDEO_DEV_HAS_IOS flag and the following file
 specifically appear to be working with video on iOS:

 http://trac.pjsip.org/repos/browser/pjproject/branches/projects/2.0-dev/pjmedia/src/pjmedia-videodev/ios_dev.m

 Can somebody please update on the current actual status of video
 call support on iOS (iPhone / iPod)?

 Thanks,
 Anil,



 _______________________________________________
 Visit our blog:http://blog.pjsip.org

 pjsip mailing list
 pjsip@lists.pjsip.org  <mailto:pjsip@lists.pjsip.org>
 http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
 _______________________________________________
 Visit our blog: http://blog.pjsip.org

 pjsip mailing list
 pjsip@lists.pjsip.org <mailto:pjsip@lists.pjsip.org>
 http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Anil, I release the ios_dev.m file on http://code.google.com/p/siphon/downloads/list. Currently there are some performance issues, but it works with H263 codec. Logically SDL works on iOS, but iOS is a mobile platform and we should limit the using of libraries/frameworks. If someone updates my implementation or fixes some issues, I accept them to share with other users. Regards Samuel Le 13/02/13 13:38, Anil Giri a écrit : > Samuel, > > Thanks for the reply. I suppose the version you have, has changes that > are not available in the hosted PJSIP code. > > Regarding SDL, my understanding is that it works on the desktop > platforms, but doesn't support iOS. Hence, on iOS there needs to be an > native device interface using AVFoundation API. There also appears to > be some effort in that direction, in the existing code. Isn't it? Can > the developers provide some inputs please? > > Anil. > > > > On Wed, Feb 13, 2013 at 3:42 AM, Samuel Vinson <samuelv@laposte.net > <mailto:samuelv@laposte.net>> wrote: > > Hi Anil, > > I have a version that works with iOS. But there is an issue with > the rotation. > And the implementation doesn't use OpenGL. > > Otherwise, you should use SDL. > > Samuel > > Le 12/02/13 11:17, Anil Giri a écrit : >> Hi All, >> >> While the PJSIP documentation wiki >> (http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone) clearly >> mentions that _"Note: video (from 2.x) is not yet supported on >> iOS."_ that video call on iOS is not yet supported, I can see >> video related iOS specific code in the project folders. >> >> The PJMEDIA_VIDEO_DEV_HAS_IOS flag and the following file >> specifically appear to be working with video on iOS: >> >> http://trac.pjsip.org/repos/browser/pjproject/branches/projects/2.0-dev/pjmedia/src/pjmedia-videodev/ios_dev.m >> >> Can somebody please update on the current actual status of video >> call support on iOS (iPhone / iPod)? >> >> Thanks, >> Anil, >> >> >> >> _______________________________________________ >> Visit our blog:http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org <mailto:pjsip@lists.pjsip.org> >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org <mailto:pjsip@lists.pjsip.org> > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
AG
Anil Giri
Mon, Mar 4, 2013 6:50 AM

Hi All,

I have a query regarding MESSAGE implementation in PJSIP.

RFC-3428 http://tools.ietf.org/html/rfc3428#section-4 mentions that:

"*MESSAGE requests do not initiate dialogs. User Agents MUST NOT *insert
Contact header fields into MESSAGE requests.".

But the pjsua_im_send method generates a SIP MESSAGE message that
includes a Contact header, (shown underlined in the message log
below).

Is this a known issue in PJSIP 1.14.2.

Thanks and regards,

Anil.


MESSAGE sip:anil1@x.x.x.x SIP/2.0

Via: SIP/2.0/UDP x.x.x.x
:5060;rport;branch=z9hG4bKPjWBb5i2TOulKTMPruedu4iTZSoImGZuu4

Max-Forwards: 70

From: sip:anil2@**x.x.x.x**;tag=xbdSc9Nns8u0j1N6Q2C8dHfrrPJofXFF

To: sip:anil1@**x.x.x.x**

Call-ID: j4onStVg3vzr67ycwKDVuGzGQKgOyD6x

CSeq: 48532 MESSAGE

Accept: text/plain, application/im-iscomposing+xml

Contact: sip:anil2@x.x.x.x:5060;ob

User-Agent: PJSUA v1.14.2 Darwin-12.2/x86_64

Content-Type: text/plain

Content-Length:    2

**

Hi

On Wed, Feb 13, 2013 at 6:08 PM, Anil Giri work.anilgiri@gmail.com wrote:

Samuel,

Thanks for the reply. I suppose the version you have, has changes that are
not available in the hosted PJSIP code.

Regarding SDL, my understanding is that it works on the desktop platforms,
but doesn't support iOS. Hence, on iOS there needs to be an native device
interface using AVFoundation API. There also appears to be some effort in
that direction, in the existing code. Isn't it? Can the developers provide
some inputs please?

Anil.

On Wed, Feb 13, 2013 at 3:42 AM, Samuel Vinson samuelv@laposte.netwrote:

Hi Anil,

I have a version that works with iOS. But there is an issue with the
rotation.
And the implementation doesn't use OpenGL.

Otherwise, you should use SDL.

Samuel

Le 12/02/13 11:17, Anil Giri a écrit :

Hi All,

While the PJSIP documentation wiki (
http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone) clearly
mentions that *"Note: video (from 2.x) is not yet supported on iOS."*that video call on iOS is not yet supported, I can see video related iOS
specific code in the project folders.

The PJMEDIA_VIDEO_DEV_HAS_IOS flag and the following file specifically
appear to be working with video on iOS:

http://trac.pjsip.org/repos/browser/pjproject/branches/projects/2.0-dev/pjmedia/src/pjmedia-videodev/ios_dev.m

Can somebody please update on the current actual status of video call
support on iOS (iPhone / iPod)?

Thanks,
Anil,


Visit our blog: http://blog.pjsip.org

pjsip mailing listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi All, I have a query regarding MESSAGE implementation in PJSIP. RFC-3428 <http://tools.ietf.org/html/rfc3428#section-4> mentions that: "*MESSAGE requests do not initiate dialogs. User Agents MUST NOT **insert Contact header fields into MESSAGE requests.".* But the *pjsua_im_send* method generates a SIP MESSAGE message that includes a Contact header, (shown underlined in the message log below). Is this a known issue in PJSIP 1.14.2. Thanks and regards, Anil. ___________________________ *MESSAGE sip:anil1@**x.x.x.x** SIP/2.0* *Via: SIP/2.0/UDP **x.x.x.x** :5060;rport;branch=z9hG4bKPjWBb5i2TOulKTMPruedu4iTZSoImGZuu4* *Max-Forwards: 70* *From: <sip:anil2@**x.x.x.x**>;tag=xbdSc9Nns8u0j1N6Q2C8dHfrrPJofXFF* *To: <sip:anil1@**x.x.x.x**>* *Call-ID: j4onStVg3vzr67ycwKDVuGzGQKgOyD6x* *CSeq: 48532 MESSAGE* *Accept: text/plain, application/im-iscomposing+xml* *Contact: <sip:anil2@x.x.x.x:5060;ob>* *User-Agent: PJSUA v1.14.2 Darwin-12.2/x86_64* *Content-Type: text/plain* *Content-Length: 2* ** *Hi* On Wed, Feb 13, 2013 at 6:08 PM, Anil Giri <work.anilgiri@gmail.com> wrote: > Samuel, > > Thanks for the reply. I suppose the version you have, has changes that are > not available in the hosted PJSIP code. > > Regarding SDL, my understanding is that it works on the desktop platforms, > but doesn't support iOS. Hence, on iOS there needs to be an native device > interface using AVFoundation API. There also appears to be some effort in > that direction, in the existing code. Isn't it? Can the developers provide > some inputs please? > > Anil. > > > > On Wed, Feb 13, 2013 at 3:42 AM, Samuel Vinson <samuelv@laposte.net>wrote: > >> Hi Anil, >> >> I have a version that works with iOS. But there is an issue with the >> rotation. >> And the implementation doesn't use OpenGL. >> >> Otherwise, you should use SDL. >> >> Samuel >> >> Le 12/02/13 11:17, Anil Giri a écrit : >> >> Hi All, >> >> While the PJSIP documentation wiki ( >> http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone) clearly >> mentions that *"Note: video (from 2.x) is not yet supported on iOS."*that video call on iOS is not yet supported, I can see video related iOS >> specific code in the project folders. >> >> The PJMEDIA_VIDEO_DEV_HAS_IOS flag and the following file specifically >> appear to be working with video on iOS: >> >> >> http://trac.pjsip.org/repos/browser/pjproject/branches/projects/2.0-dev/pjmedia/src/pjmedia-videodev/ios_dev.m >> >> Can somebody please update on the current actual status of video call >> support on iOS (iPhone / iPod)? >> >> Thanks, >> Anil, >> >> >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> >
SV
Samuel Vinson
Thu, Mar 21, 2013 8:33 AM

Hi,

I updated my implementation, now the compression should be better. I'm
working on the renderer implementation. The future implementation will
use OpenGL ES.
Because I use the external library: libyuv, I described on this page
http://code.google.com/p/siphon/wiki/VIdeoSupport the statements to use
the implementation.

Regards

Samuel

Le 28/02/13 23:25, Samuel Vinson a écrit :

Anil,

I release the ios_dev.m file on
http://code.google.com/p/siphon/downloads/list.
Currently there are some performance issues, but it works with H263 codec.

Logically SDL works on iOS, but iOS is a mobile platform and we should
limit the using of libraries/frameworks.
If someone updates my implementation or fixes some issues, I accept
them to share with other users.

Regards

Samuel

Le 13/02/13 13:38, Anil Giri a écrit :

Samuel,

Thanks for the reply. I suppose the version you have, has changes
that are not available in the hosted PJSIP code.

Regarding SDL, my understanding is that it works on the desktop
platforms, but doesn't support iOS. Hence, on iOS there needs to be
an native device interface using AVFoundation API. There also appears
to be some effort in that direction, in the existing code. Isn't it?
Can the developers provide some inputs please?

Anil.

On Wed, Feb 13, 2013 at 3:42 AM, Samuel Vinson <samuelv@laposte.net
mailto:samuelv@laposte.net> wrote:

 Hi Anil,

 I have a version that works with iOS. But there is an issue with
 the rotation.
 And the implementation doesn't use OpenGL.

 Otherwise, you should use SDL.

 Samuel

 Le 12/02/13 11:17, Anil Giri a écrit :
 Hi All,

 While the PJSIP documentation wiki
 (http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone)
 clearly mentions that _"Note: video (from 2.x) is not yet
 supported on iOS."_ that video call on iOS is not yet supported,
 I can see video related iOS specific code in the project folders.

 The PJMEDIA_VIDEO_DEV_HAS_IOS flag and the following file
 specifically appear to be working with video on iOS:

 http://trac.pjsip.org/repos/browser/pjproject/branches/projects/2.0-dev/pjmedia/src/pjmedia-videodev/ios_dev.m

 Can somebody please update on the current actual status of video
 call support on iOS (iPhone / iPod)?

 Thanks,
 Anil,



 _______________________________________________
 Visit our blog:http://blog.pjsip.org

 pjsip mailing list
 pjsip@lists.pjsip.org  <mailto:pjsip@lists.pjsip.org>
 http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
 _______________________________________________
 Visit our blog: http://blog.pjsip.org

 pjsip mailing list
 pjsip@lists.pjsip.org <mailto:pjsip@lists.pjsip.org>
 http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Visit our blog:http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi, I updated my implementation, now the compression should be better. I'm working on the renderer implementation. The future implementation will use OpenGL ES. Because I use the external library: libyuv, I described on this page http://code.google.com/p/siphon/wiki/VIdeoSupport the statements to use the implementation. Regards Samuel Le 28/02/13 23:25, Samuel Vinson a écrit : > Anil, > > I release the ios_dev.m file on > http://code.google.com/p/siphon/downloads/list. > Currently there are some performance issues, but it works with H263 codec. > > Logically SDL works on iOS, but iOS is a mobile platform and we should > limit the using of libraries/frameworks. > If someone updates my implementation or fixes some issues, I accept > them to share with other users. > > Regards > > Samuel > > Le 13/02/13 13:38, Anil Giri a écrit : >> Samuel, >> >> Thanks for the reply. I suppose the version you have, has changes >> that are not available in the hosted PJSIP code. >> >> Regarding SDL, my understanding is that it works on the desktop >> platforms, but doesn't support iOS. Hence, on iOS there needs to be >> an native device interface using AVFoundation API. There also appears >> to be some effort in that direction, in the existing code. Isn't it? >> Can the developers provide some inputs please? >> >> Anil. >> >> >> >> On Wed, Feb 13, 2013 at 3:42 AM, Samuel Vinson <samuelv@laposte.net >> <mailto:samuelv@laposte.net>> wrote: >> >> Hi Anil, >> >> I have a version that works with iOS. But there is an issue with >> the rotation. >> And the implementation doesn't use OpenGL. >> >> Otherwise, you should use SDL. >> >> Samuel >> >> Le 12/02/13 11:17, Anil Giri a écrit : >>> Hi All, >>> >>> While the PJSIP documentation wiki >>> (http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone) >>> clearly mentions that _"Note: video (from 2.x) is not yet >>> supported on iOS."_ that video call on iOS is not yet supported, >>> I can see video related iOS specific code in the project folders. >>> >>> The PJMEDIA_VIDEO_DEV_HAS_IOS flag and the following file >>> specifically appear to be working with video on iOS: >>> >>> http://trac.pjsip.org/repos/browser/pjproject/branches/projects/2.0-dev/pjmedia/src/pjmedia-videodev/ios_dev.m >>> >>> Can somebody please update on the current actual status of video >>> call support on iOS (iPhone / iPod)? >>> >>> Thanks, >>> Anil, >>> >>> >>> >>> _______________________________________________ >>> Visit our blog:http://blog.pjsip.org >>> >>> pjsip mailing list >>> pjsip@lists.pjsip.org <mailto:pjsip@lists.pjsip.org> >>> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org <mailto:pjsip@lists.pjsip.org> >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> >> >> >> _______________________________________________ >> Visit our blog:http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org