Has anyone implemented the TokBox API? It doesn't seems to work on an S3.
I am using S3 and iPhone. It works fine on two iPhones but not between my S3 and an iPhone?
The sample code can be found at here
in the above code sample
this is called
@Override
public void onSessionConnected() {
}
means session is connected
but
@Override
public void onPublisherStreamingStarted() {
Log.i(LOGTAG, "publisher is streaming!");
}
or
@Override
public void onPublisherException(OpentokException exception) {
Log.i(LOGTAG, "publisher failed! " + exception.toString());
}
this never be called
That means my video publishing is not started.
Make sure your iPhone and S3 are both using the flash SDK and that they are both connected to the same session ID.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With