ionorg / ion-sdk-go

ion sdk for golang
MIT License
55 stars 46 forks source link

fix bug : uppercase is used in android #69

Closed zjzhang-cn closed 2 years ago

zjzhang-cn commented 2 years ago

Description

在Android的WebRTC 中编码类型字符串使用的的是大写字符。 Uppercase characters are used to encode type strings in Android's WebRTC.

Reference issue

Fixes #...

Sean-Der commented 2 years ago

Hi @zjzhang-cn

Maybe we should do case insensitive matching with these values like this? I believe Safari or FireFox does lowercase

zjzhang-cn commented 2 years ago
image

If you use lowercase characters, you will have the above problem on Android.