Skip to content

Commit

Permalink
Patch Call Event
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacakakpo1 committed Apr 9, 2024
1 parent 6c12b98 commit 6727196
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.34)
- JanusMessageSDK (0.7.35)

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

SPEC CHECKSUMS:
JanusMessageSDK: 342f4817ddabfdd0e75a183fd5a7ed4a0a60b427
JanusMessageSDK: 9024ea7ba5a96e1c4cf0e8bdd0cf2192fc7032d4

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.34'
spec.version = '0.7.35'
spec.homepage = 'https://github.com/team-telnyx/janus-message-sdk'
spec.source = { :http=> ''}
spec.authors = { 'Telnyx' => '[email protected]' }
Expand Down
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ kotlin {
iosSimulatorArm64()


version = "0.7.35"
version = "0.7.36"

cocoapods {
summary = "Janus-message-sdk"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fun decodeJanusMessage(message: String, callback: (JanusEvent, JanusBase) -> Uni

}
JanusEventType.MEDIA.value -> {
Logger.i { "Hello World" }
Logger.i { "Media" }

}
JanusEventType.EVENT.value -> {
Expand Down

0 comments on commit 6727196

Please sign in to comment.