Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在通过网络发送和接收 SIP 消息。
当我想将 SDP 数据添加到 SIP 消息时,我使用 jrtp 中的 SessionDescription 对象。
然后将该对象添加到 SIP 消息中。
但是当我从服务器收到一条 SIP 消息时,它的 SDP 位于 byte[] 数组中。
所以我想知道无论如何将 byte[] 转换回 SessionDescription 对象,以便我可以使用 SessionDescription 对象的方法来解析数据?
我认为您可以使用字节的 Byte[]包装 类。