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) onDisconnected
final void Function(PlanetKitCall call, PlanetKitDisconnectReason reason, PlanetKitDisconnectSource source, String? userCode, bool byRemote) onDisconnected
추가
PlanetKitInitialMyVideoState
enum 1-to-1 callGroup callPlanetKitCameraEvent
enum 1-to-1 callGroup callPlanetKitCamera.onCameraEvent
property 1-to-1 callGroup callPlanetKitMakeCallParam.myCountryCode
property 1-to-1 callPlanetKitMakeCallParam.peerCountryCode
property 1-to-1 callPlanetKitMakeCallParamBuilder.setMyCountryCode
function 1-to-1 callPlanetKitMakeCallParamBuilder.setPeerCountryCode
function 1-to-1 callPlanetKitDisconnectReason.maxCallTimeExceeded
enum case 1-to-1 callGroup callPlanetKitDisconnectReason.desktopScreenLocked
enum case 1-to-1 callGroup callPlanetKitDisconnectReason.serviceTooManyRequests
enum case 1-to-1 callGroup callPlanetKitMakeCallParam.allowCallWithoutMicPermission
property 1-to-1 callPlanetKitMakeCallParamBuilder.setAllowCallWithoutMicPermission
function 1-to-1 callPlanetKitVerifyCallParam.allowCallWithoutMicPermission
property 1-to-1 callPlanetKitVerifyCallParamBuilder.setAllowCallWithoutMicPermission
function 1-to-1 callPlanetKitJoinConferenceParam.allowConferenceWithoutMicPermission
property Group callPlanetKitJoinConferenceParamBuilder.setAllowConferenceWithoutMicPermission
function Group call
삭제
- 없음