android - Video Chat feature for Django and possibly Ionic -
i developed website django (python). website allows users make 1-to-1 video chat each others. video chat feature i'm using webrtc quite results.
now i'm planning to:
- upgrade paid service video chat (to improve preformances , fix browser incompatibilities)
- ideally using same paid service ionic app (both android , ios) - service should provide android/ios sdks
i'm thinking cometchat. have experience or other services? suggestion appreciated.
you have create api charging users , provide same according below-mentioned steps:
- create feature on site allows users purchase credits (by making payment)
- create simple api deduct credits , check number of credits
once provide api, modify cometchat when user sends message can check number of credits , deduct them using api.
please let know if need further assistance same.
regards
Comments
Post a Comment