Web & Mobile Developer

Results 11 comments of Web & Mobile Developer

I am using the latest version : 0.51.0 > On Dec 10, 2017, at 2:47 AM, Dung Tran wrote: > > which version of react native are you using? >...

Thanks > On Dec 10, 2017, at 2:49 AM, Dung Tran wrote: > > I will update to use 'prop-types' module > > — > You are receiving this because...

yes, I am using latest version of module btw, could you make this component to get current inputed code functionality please ?

can I test Publisher & Subscriber in one Component at the same time with . one Session ID ?

I'd like to build app similar to skype , there you can see you your video and others video . how can we implement like that using this SDK ?

I think that is the size of OpenTok PublisherView but I want the streaming resolution. when I check that streaming resolution via OpenTok Playground , that is set 600 *...

OTPublisherSettings *_publisherSettings = [[OTPublisherSettings alloc] init]; _publisherSettings.name = @"Bob's video"; _publisherSettings.audioTrack = NO; _publisherSettings.videoTrack = YES; _publisherSettings.cameraResolution = OTCameraCaptureResolutionHigh; _publisherSettings.cameraFrameRate = OTCameraCaptureFrameRate30FPS; _publisher = [[OTPublisher alloc] initWithDelegate:self settings:_publisherSettings]; here is...

yes, if I can contribute to this , it would be appreciate.

I've already added for that and how can I commit that to this ?