김덕기

Results 4 issues of 김덕기

ios works fine. but in android, maybe the microphone conflict between agora video call and this library, can anyone help me?

My code : ` onConnect() { const self = this; self.client?.on('connect', function () { self.client?.subscribe(self.topic, 1); }); } ` I cannot get message after connect which I received when mqtt...