本文にスキップする
Version: 1.0

API変更履歴

Flutter向けPlanetKit 1.0のAPI変更履歴は、次のとおりです。

v1.0.0

変更

  • PlanetKitCall class 1-to-1 call

    以前のバージョンPlanetKit 1.0.0
    Future<bool> acceptCall({bool useResponderPreparation = false})Future<bool> acceptCall({bool useResponderPreparation = false, initialMyVideoState = PlanetKitInitialMyVideoState.resume})
  • PlanetKitConference class Group call

    以前のバージョンPlanetKit 1.0.0
    Future<bool> enableVideo()Future<bool> enableVideo({initialMyVideoState = PlanetKitInitialMyVideoState.resume})
  • PlanetKitCallEventHandler class 1-to-1 call

    以前のバージョンPlanetKit 1.0.0
    final void Function(PlanetKitCall call, PlanetKitDisconnectReason reason, PlanetKitDisconnectSource source, bool byRemote) onDisconnectedfinal void Function(PlanetKitCall call, PlanetKitDisconnectReason reason, PlanetKitDisconnectSource source, String? userCode, bool byRemote) onDisconnected

追加

  • PlanetKitInitialMyVideoState enum 1-to-1 callGroup call
  • PlanetKitCameraEvent enum 1-to-1 callGroup call
  • PlanetKitCamera.onCameraEvent property 1-to-1 callGroup call
  • PlanetKitMakeCallParam.myCountryCode property 1-to-1 call
  • PlanetKitMakeCallParam.peerCountryCode property 1-to-1 call
  • PlanetKitMakeCallParamBuilder.setMyCountryCode function 1-to-1 call
  • PlanetKitMakeCallParamBuilder.setPeerCountryCode function 1-to-1 call
  • PlanetKitDisconnectReason.maxCallTimeExceeded enum case 1-to-1 callGroup call
  • PlanetKitDisconnectReason.desktopScreenLocked enum case 1-to-1 callGroup call
  • PlanetKitDisconnectReason.serviceTooManyRequests enum case 1-to-1 callGroup call
  • PlanetKitMakeCallParam.allowCallWithoutMicPermission property 1-to-1 call
  • PlanetKitMakeCallParamBuilder.setAllowCallWithoutMicPermission function 1-to-1 call
  • PlanetKitVerifyCallParam.allowCallWithoutMicPermission property 1-to-1 call
  • PlanetKitVerifyCallParamBuilder.setAllowCallWithoutMicPermission function 1-to-1 call
  • PlanetKitJoinConferenceParam.allowConferenceWithoutMicPermission property Group call
  • PlanetKitJoinConferenceParamBuilder.setAllowConferenceWithoutMicPermission function Group call

削除

  • なし