jitsi / libjitsi

Advanced Java media library for secure real-time audio/video communication.
Apache License 2.0
628 stars 281 forks source link

Moves ByteArrayBuffer to jitsi-utils #482

Closed bgrozev closed 5 years ago

bgrozev commented 5 years ago

Makes ByteArrayBuffer an interface in jitsi-utils, and makes the SRTP code use the abstract class (so it can also be reused with a different implementation, and not libjitsi's ByteArrayBuffer).