Skip to content

Commit

Permalink
Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacakakpo1 committed Apr 7, 2024
1 parent 1193556 commit a47d497
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions iosApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- JanusMessageSDK (0.7.29)
- JanusMessageSDK (0.7.30)

DEPENDENCIES:
- JanusMessageSDK (from `../shared`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../shared"

SPEC CHECKSUMS:
JanusMessageSDK: 05455871043bddeedf6fe8b97a763ddb39f74f80
JanusMessageSDK: 1d23cf4780be6e12d66c3ac98e323578fad833ed

PODFILE CHECKSUM: 1e004fa731d7a04f3d9d5649deb94144c69121d3

Expand Down
2 changes: 1 addition & 1 deletion iosApp/Pods/Local Podspecs/JanusMessageSDK.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions iosApp/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion shared/JanusMessageSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'JanusMessageSDK'
spec.version = '0.7.29'
spec.version = '0.7.30'
spec.homepage = 'https://github.com/team-telnyx/janus-message-sdk'
spec.source = { :http=> ''}
spec.authors = { 'Telnyx' => '[email protected]' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ open class JanusBase(
@Throws(Exception::class)
fun decodeJanusMessage(message: String, callback: (JanusEvent, JanusBase) -> Unit) {
val janusBase = json.decodeFromString<JanusBase>(message)
Logger.i { "Raw Message : $message" }
Logger.i { "Received Message : $message" }
when (janusBase.janus) {
JanusEventType.MESSAGE.value -> {

Expand Down

0 comments on commit a47d497

Please sign in to comment.