aunghtain

Results 8 comments of aunghtain

I'm getting the same error. where do you add this?

It looks like there are some other issues. I was able to get audio making the following changes. [https://github.com/flutter-webrtc/flutter-webrtc/blob/master/lib/src/rtc_session.dart#L1599](https://github.com/flutter-webrtc/flutter-webrtc/blob/master/lib/src/rtc_session.dart#L1599) ` if (/*event.track.kind == 'video' && */event.streams.isNotEmpty) { ` Then [https://github.com/flutter-webrtc/flutter-webrtc/blob/master/lib/src/callscreen.dart#L168](https://github.com/flutter-webrtc/flutter-webrtc/blob/master/lib/src/callscreen.dart#L168)...

Can we merge this PR as well? I need access to numbering and header/footer. Thanks.

I was able to do this as followed. I'm using private vars/methods, but if they open up more APIs in the future, we won't have to. ```ruby doc = Docx::Document.open(file)...

if u just want text, u don't need to parse them as paragraph/table. u can just get as "c.content"

Any update on this? I've been waiting for it for more than a year now.

i need this feature as well. when will it get merged? Thanks