saxihuangxing / bigbluebutton-react-native-app

bigbluebutton react-native app
16 stars 13 forks source link

Problem with Meteor #2

Open KhoaVietNguyen opened 3 years ago

KhoaVietNguyen commented 3 years ago

how can i create this link : Meteor.connect('ws://' + config.host + '/html5client/sockjs/311/8iaejabm/websocket') ?

saxihuangxing commented 3 years ago

assume you have a bbb server runing on : 127.0.0.1 , so the url is ws://127.0.0.1/html5client/sockjs/311/8iaejabm/websocket

KhoaVietNguyen commented 3 years ago

Will each bbb server have a different path? sockjs/311/8iaejabm

saxihuangxing commented 3 years ago

311/8iaejabm ,these character is random.

KhoaVietNguyen commented 3 years ago

How could get these character in my bbb server? do you have Meteor API lists?

311/8iaejabm ,these character is random.

KhoaVietNguyen commented 3 years ago

image i have a issue when join meeting, can you fix this issue?