haiyangwu / mediasoup-client-android

mediasoup android client side library https://mediasoup.org
MIT License
178 stars 107 forks source link

SendTransportListenerJni::OnProduceData definition missing which causing the compilation erros #59

Closed srimtech7 closed 1 year ago

srimtech7 commented 1 year ago

override and definition for pure virtual function SendTransportListenerJni::OnProduceData missed in transport_jni.h and transport_jni.cpp which is causing the compilation errors. can someone update this function implementation ?

haiyangwu commented 1 year ago

already supprt datachannel, close.