ionic-video-chat-support icon indicating copy to clipboard operation
ionic-video-chat-support copied to clipboard

Ionic 3 Video and Group Text Chat

Results 90 ionic-video-chat-support issues
Sort by recently updated
recently updated
newest added

Request URL:http://192.168.0.103:5000/socket.io/?EIO=3&transport=polling&t=LonvBA9 Request Method:GET Status Code:404 Not Found (from disk cache) On web works for me, on android when i inspect using chrome device inspector, the polling is unable to...

Ref https://github.com/devin-la/ionic-video-chat-v2-issues/issues/65#issuecomment-291125613 Create a double check to make sure the permissions are allowed and alert the user if they arent.

bug

contact-modal -> contact-modal.ts ``` chat() { this.navCtrl.push(ChatPage, {chatId: this.contact.id}, {animate: true, direction: 'forward'}); this.cancel(); } ``` must be send chat Id but you send this.contact.id then give error and app...

create local coms adapter so that we can communicate with either socket.io or firebase.

feature

for ios and android

feature

- the creator of the group chat should be the admin - ability to assign admin to another contact - ability to add/remove users to the group as admin -...

feature

ability to import contacts from phones contacts. requires #10

feature