Search results

  1. E

    How to get playload.streamName using Android SDK?

    Thank you very much. I will try it now! In addition, on Android, there seems to be no way to get the mute status when PLAYING, how can I get it? // iOS SDK can do it. stream.onCallback(kFPWCSStreamStatus.Playing, (stream) => { console.log(stream.getName(), " is "...
  2. E

    RestClient logs too much and too few

    I understand what you are trying to say. "SEND REST OBJECT", "content" and "RECEIVED REST OBJECT" are 3 different pieces of data, right? But why are only 2 pieces of data being Pretty Printed? The pretty printed is difficult to investigate. In fact, I extracted "content" line and used "jq" to...
  3. E

    RestClient logs too much and too few

    I know that the message is useful. What I am saying is that the same data appears in this "content" line. "02:59:37,329 INFO RestClient - API-ASYNC-pool-13-thread-1 content -> ..." A bit of messy pseudo code, Currently, console.info("SEND REST OBJECT ==>"...
  4. E

    RestClient logs too much and too few

    It make too few logs, unable to log "nodeId", "sessionId", "payload", and so on. Please read what I said carefully. I did workaround using the filter function of log4j like this. log4j.logger.RestClient=INFO log4j.appender.fAppender.filter.1=org.apache.log4j.varia.StringMatchFilter...
  5. E

    RestClient logs too much and too few

    The outputs of RestClient too much. However, when the log level is set to WARN or higher, there are too few logs. Here is my suggestion. - "02:59:37,329 INFO RestClient - API-ASYNC-pool-13-thread-1 content -> ..." should be INFO as-is. - Both "02:59:37,329 INFO RestClient...
  6. E

    How to get playload.streamName using Android SDK?

    I understand. You mean that Android SDK need to have getPayload(), but not yet. Please do it as soon as possible.
  7. E

    How to get playload.streamName using Android SDK?

    Okay. What the name of public methods you said?
  8. E

    WCS service issue with AWS Markekplace AMI

    I tried it just now. It is from 5.2.944 to 5.2.992 on AWS EC2 instance using ami-0e0f48424cc7236cf (5.2.944-systemd246) "webcallserver update" is called from a shell script, not directly from the console. + systemctl stop webcallserver + /usr/local/FlashphonerWebCallServer/bin/webcallserver...
  9. E

    WCS service issue with AWS Markekplace AMI

    Hi Max. I had a similar problem right after the update. I think there is a problem with the update process. I lost the log, but there was a syntax error such a ings: command not found. The update process is rewriting bin/webcallserver. At least in bash, you should not rewrite it while the shell...
  10. E

    How to get playload.streamName using Android SDK?

    Good day. Receiving mixer incoming stream event How to get playload.streamName using Android SDK 1.1.0.31? I can get it using iOS SDK 2.6.48.
  11. E

    iOS SDK 2.6.10 errors when build and AppStore upload

    Hi, Max. I have been able to upload to AppStore using 2.6.23 and that workaround. Awesome thanks!
  12. E

    Android SDK 1.0 has problem when audio only streaming

    This is a very nice report. However, I apologize for despite your great work. We have already started to move away from supporting Android 5.0, and it is unknown if we will support older Android in the future. Anyway, thank you very much.
  13. E

    Microphone Feedback in iOS device

    Hi, Max. Thanks for your reply, and I understand it. I'm pleased to report that everything is working fine using the WCS iOS SDK 2.6.23. The echo cancellation is automatically enabled by setting AVAudioSessionModeVoiceChat, AVAudioSessionModeVideoChat. I don't know if it can do this in the...
  14. E

    How to show_nodes shows global IP

    Thank you, Max.
  15. E

    How to show_nodes shows global IP

    I see. It is not documented in API methods. Based on the story, as long as ENTRY is a static IP, it's fine, right?
  16. E

    RoomApi does not make hasVideo false.

    Thanks for the great work!
  17. E

    How to show_nodes shows global IP

    Hi, Max. I did not understand what you said correctly. You said "If one of them is not a static IP, there is a problem.". I thought there was no problem. Today, I stopped the edge instance(=OLD_EDGE,172.16.40.193) and started a new edge instance(=NEW_EDGE,172.16.40.37). Then, the server_log of...
  18. E

    iOS SDK 2.6.10 errors when build and AppStore upload

    It seems to have been some kind of problem on our end. There is no problem now. Thank you for the clear answer.
  19. E

    iOS SDK 2.6.10 errors when build and AppStore upload

    Thank you, Max. And I found one more problem at iOS SDK 2.6.10. Calling FPWCSApi2Room#unpublish does not occur kFPWCSStreamStatus.Unpublished. There is no trace that /apps/RoomApp/unPublishStream was called in the server_logs/flashphoner.log. This is not directly related to the above, but...
Top