Add missing call to Audio Renderer’s init() callback.
This commit is contained in:
committed by
Diego Waxemberg
parent
f9882f91e1
commit
7a59f04db1
@@ -157,6 +157,8 @@ void stopAudioStream(void) {
|
||||
|
||||
int startAudioStream(void) {
|
||||
int err;
|
||||
|
||||
callbacks.init();
|
||||
|
||||
rtpSocket = bindUdpSocket(RTP_PORT);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user