Could you let me know which version of the Python SDK you've downloaded? Also, I think you have to instantiate an instance of the TokBoxAPI class
before you call the createCall method.
I think it would be something along the lines of:
tokbox = TokBoxAPI(partnerkey, partnersecret)
createCallXML = tokbox.createCall('A Guest', jabberId, ...)
--
Melih O.
me...@tokbox.com
On Feb 4, 2011, at 7:05 PM, MikeK wrote:
> Just getting started. I put in this code after importing into the
> tokbox variable:
>
> jabberid = 'guest_3977_4a8cff4cbc01_1258079529@jabber-
> guest.dev.tokbox.com'
>
> tokbox.createCall(jabberid,True)
>
> and got this error:
> "TypeError: unbound method createCall() must be called with TokBoxAPI
> instance as first argument (got str instance instead)"
>
>
> What is the tokboxAPI instance. Thanks
>
> --
> You received this message because you are subscribed to the Google Groups "CallWidget-Developers" group.
> To post to this group, send email to tokbox-d...@googlegroups.com.
> To unsubscribe from this group, send email to tokbox-develop...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/tokbox-developers?hl=en.
>
Thanks.
--
Melih O.
me...@tokbox.com