Search results

  1. E

    RoomApi does not make hasVideo false.

    Hi, MAX. I have another question about hasVideo. I want to mix and record some audio streams of a Room. # flashphoner.properties record_mixer_streams=true CALL: /mixer/startup { uri, localStreamName } OBJECT: "sessionId" : "mixer://wcs-7b02bd71-5589-4a73-b08c-3b802b1f1f5a"...
  2. E

    RoomApi does not make hasVideo false.

    I understand. Thank you.
  3. E

    RoomApi does not make hasVideo false.

    But that SDP is correctly audio only. Only REST CALL seems wrong. a. options.setConstraints(new Constraints(true, false)); a=group:BUNDLE audio "hasVideo" : true, /***SHOULD BE false?***/ "hasAudio" : true, "status" : "PUBLISHING", "audioCodec" : "opus", /***NO KEY...
  4. E

    RoomApi does not make hasVideo false.

    - WCS: 5.2.591-54b0ff638d81e3e5350a066f8bf93652816868ac - wcs-android-sdk-1.1.0.13-10895ac8ee0a1c231a2c4c5e03dab3b3579b223c I want to publish a stream of only audio in a room. But I can't make hasVideo false. options.setConstraints(new Constraints(true, false)); room.publish(null, options)...
  5. E

    Support Forums

    I got this error when I tried to register this forums account with Register faster using: Google. error 400: redirect_uri_mismatch The redirect URI in the request, https://forum.flashphoner.com/connected_account.php, does not match the ones authorized for the OAuth client. To update the...
  6. E

    iOS SDK 2.5.2:FPWCSApi2RoomManager.h has wrong interface

    Thank you, Max. I did fix typo in locally.
  7. E

    recorded mixer stream has wrong creation time in the metadata

    Thank you for your quick work. We look forward to the day when it will be corrected.
  8. E

    recorded mixer stream has wrong creation time in the metadata

    When, - WCS: 5.2.591-54b0ff638d81e3e5350a066f8bf93652816868ac - Add to flashphoner.properties: record_mixer_streams = true - A client publish using Android-SDK-1.1's Room#publish() Then, the recorded .mp4 file has wrong creation time 2002-05-16T04:50:38.000000Z, today is Mon Apr 27...
  9. E

    iOS SDK 2.5.2:FPWCSApi2RoomManager.h has wrong interface

    In WCS-iOS-SDK-2.5.2/Headers/FPWCSApi2RoomManager.h // Wrong - (FPWCSApi2Room *)on:(kFPWCSRoomManagerEvent)event callback:(RoomManagerEventCallback)callback; // It should be - (FPWCSApi2RoomManager *)on:(kFPWCSRoomManagerEvent)event...
Top